--- 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; }