Mercurial > pidgin
diff plugins/lagmeter.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 | 4e2d8992774e |
line wrap: on
line diff
--- a/plugins/lagmeter.c Sat Jun 02 02:04:06 2001 +0000 +++ b/plugins/lagmeter.c Sat Jun 02 02:58:03 2001 +0000 @@ -187,7 +187,7 @@ return; } - confdlg = gtk_window_new(GTK_WINDOW_TOPLEVEL); + confdlg = gtk_window_new(GTK_WINDOW_DIALOG); gtk_window_set_title(GTK_WINDOW(confdlg), "Gaim Lag Delay"); box = gtk_hbox_new(FALSE, 0);
