src/gtkaccount.c

changeset 5803
4f448aede95e
parent 5802
3f6144df9d97
child 5804
1c44d7ece6b1
--- a/src/gtkaccount.c	Sat Jun 07 20:12:02 2003 +0000
+++ b/src/gtkaccount.c	Sat Jun 07 20:16:23 2003 +0000
@@ -1608,10 +1608,7 @@
 	width  = gaim_prefs_get_int("/gaim/gtk/accounts/dialog/width");
 	height = gaim_prefs_get_int("/gaim/gtk/accounts/dialog/height");
 
-	GAIM_DIALOG(win);
-
-	dialog->window = win;
-
+	dialog->window = win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 	gtk_window_set_default_size(GTK_WINDOW(win), width, height);
 	gtk_window_set_role(GTK_WINDOW(win), "accounts");
 	gtk_window_set_title(GTK_WINDOW(win), _("Accounts"));

mercurial