Mercurial > pidgin.yaz
diff plugins/toc_commands.c @ 1956:c9c20663e05b
[gaim-migrate @ 1966]
they were better as dialogs. I didn't know about gtk_window_set_type_hint in gtk2.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 02 Jun 2001 02:58:03 +0000 |
| parents | b7b1bb01fa94 |
| children |
line wrap: on
line diff
--- a/plugins/toc_commands.c Sat Jun 02 02:04:06 2001 +0000 +++ b/plugins/toc_commands.c Sat Jun 02 02:58:03 2001 +0000 @@ -19,7 +19,7 @@ char *gaim_plugin_init(GModule *h) { GtkWidget *entry; - window = gtk_window_new(GTK_WINDOW_TOPLEVEL); + window = gtk_window_new(GTK_WINDOW_DIALOG); gtk_window_set_title(GTK_WINDOW(window), "Gaim - SFLAP interface"); entry = gtk_entry_new();
