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