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