src/gtkconv.c

changeset 4849
21123cba7a70
parent 4834
80bc171a5236
child 4851
7d23d765eda1
equal deleted inserted replaced
4848:d783214a3380 4849:21123cba7a70
1959 struct gaim_conversation *conv; 1959 struct gaim_conversation *conv;
1960 struct gaim_gtk_window *gtkwin; 1960 struct gaim_gtk_window *gtkwin;
1961 GtkWidget *menu; 1961 GtkWidget *menu;
1962 GList *child; 1962 GList *child;
1963 1963
1964 if (g_list_find(gaim_get_windows(), win) == NULL)
1965 return FALSE;
1966
1964 conv = gaim_window_get_active_conversation(win); 1967 conv = gaim_window_get_active_conversation(win);
1965 1968
1966 1969
1967 if (conv == NULL) 1970 if (conv == NULL)
1968 return FALSE; 1971 return FALSE;

mercurial