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