diff plugins/lagmeter.c @ 2725:f3c094e78609

[gaim-migrate @ 2738] this actually doesn't change anything, unless you want to use gtk2. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Nov 2001 22:47:04 +0000
parents f6f2871d77c2
children
line wrap: on
line diff
--- a/plugins/lagmeter.c	Thu Nov 15 22:34:47 2001 +0000
+++ b/plugins/lagmeter.c	Thu Nov 15 22:47:04 2001 +0000
@@ -206,7 +206,7 @@
 		return;
 	}
 
-	confdlg = gtk_window_new(GTK_WINDOW_DIALOG);
+	GAIM_DIALOG(confdlg);
 	gtk_window_set_title(GTK_WINDOW(confdlg), "Gaim Lag Delay");
 
 	box = gtk_hbox_new(FALSE, 0);