src/conversation.c

changeset 5860
27f5a177b7fc
parent 5858
1bc64d957067
child 5872
754c63f29b77
--- a/src/conversation.c	Sat Jun 14 06:06:40 2003 +0000
+++ b/src/conversation.c	Sat Jun 14 06:38:30 2003 +0000
@@ -454,13 +454,13 @@
 
 	win = g_malloc0(sizeof(GaimWindow));
 
+	windows = g_list_append(windows, win);
+
 	win->ui_ops = gaim_get_win_ui_ops();
 
 	if (win->ui_ops != NULL && win->ui_ops->new_window != NULL)
 		win->ui_ops->new_window(win);
 
-	windows = g_list_append(windows, win);
-
 	return win;
 }
 

mercurial