gtk/gtkconv.c

changeset 14730
f1018b95a95d
parent 14681
c0edc843f47e
child 14762
f494a5f12981
equal deleted inserted replaced
14729:e92987067d2a 14730:f1018b95a95d
7543 7543
7544 /* Close the "Find" dialog if it's open */ 7544 /* Close the "Find" dialog if it's open */
7545 if (win->dialogs.search) 7545 if (win->dialogs.search)
7546 gtk_widget_destroy(win->dialogs.search); 7546 gtk_widget_destroy(win->dialogs.search);
7547 7547
7548 gtk_widget_hide_all(win->window);
7549
7548 if (win->gtkconvs) { 7550 if (win->gtkconvs) {
7549 while (win->gtkconvs) { 7551 while (win->gtkconvs) {
7550 GList *nextgtk = win->gtkconvs->next; 7552 GList *nextgtk = win->gtkconvs->next;
7551 GaimGtkConversation *gtkconv = win->gtkconvs->data; 7553 GaimGtkConversation *gtkconv = win->gtkconvs->data;
7552 GList *nextcore = gtkconv->convs->next; 7554 GList *nextcore = gtkconv->convs->next;

mercurial