pidgin/gtkconv.c

changeset 21899
f8cbf5a31abe
parent 21891
43b8ee31fb10
child 21933
8915f0c00c52
child 21935
ab5d8fa785d5
equal deleted inserted replaced
21898:289c135b4d16 21899:f8cbf5a31abe
9028 9028
9029 /* Close the "Find" dialog if it's open */ 9029 /* Close the "Find" dialog if it's open */
9030 if (win->dialogs.search) 9030 if (win->dialogs.search)
9031 gtk_widget_destroy(win->dialogs.search); 9031 gtk_widget_destroy(win->dialogs.search);
9032 9032
9033 gtk_widget_hide_all(win->window);
9034
9035 if (win->gtkconvs) { 9033 if (win->gtkconvs) {
9036 while (win->gtkconvs) { 9034 while (win->gtkconvs) {
9037 gboolean last = (win->gtkconvs->next == NULL); 9035 gboolean last = (win->gtkconvs->next == NULL);
9038 close_conv_cb(NULL, NULL, win->gtkconvs->data); 9036 close_conv_cb(NULL, NULL, win->gtkconvs->data);
9039 if (last) 9037 if (last)

mercurial