pidgin/gtkconv.c

branch
release-2.3.1
changeset 21739
95cf4b73be35
parent 21735
bb49da9915a6
equal deleted inserted replaced
21738:dc387d6474e8 21739:95cf4b73be35
9064 9064
9065 /* Close the "Find" dialog if it's open */ 9065 /* Close the "Find" dialog if it's open */
9066 if (win->dialogs.search) 9066 if (win->dialogs.search)
9067 gtk_widget_destroy(win->dialogs.search); 9067 gtk_widget_destroy(win->dialogs.search);
9068 9068
9069 gtk_widget_hide_all(win->window);
9070
9071 if (win->gtkconvs) { 9069 if (win->gtkconvs) {
9072 while (win->gtkconvs) { 9070 while (win->gtkconvs) {
9073 gboolean last = (win->gtkconvs->next == NULL); 9071 gboolean last = (win->gtkconvs->next == NULL);
9074 close_conv_cb(NULL, NULL, win->gtkconvs->data); 9072 close_conv_cb(NULL, NULL, win->gtkconvs->data);
9075 if (last) 9073 if (last)

mercurial