Mercurial > pidgin
diff plugins/toc_commands.c @ 1943:b7b1bb01fa94
[gaim-migrate @ 1953]
TOPLEVEL, not POPUP (and DIALOG is removed in GTK2).
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 01 Jun 2001 23:09:07 +0000 |
| parents | 94e81315be2a |
| children | c9c20663e05b |
line wrap: on
line diff
--- a/plugins/toc_commands.c Fri Jun 01 23:04:13 2001 +0000 +++ b/plugins/toc_commands.c Fri Jun 01 23:09:07 2001 +0000 @@ -19,7 +19,7 @@ char *gaim_plugin_init(GModule *h) { GtkWidget *entry; - window = gtk_window_new(GTK_WINDOW_POPUP); + window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_title(GTK_WINDOW(window), "Gaim - SFLAP interface"); entry = gtk_entry_new();
