| 8558 } |
8558 } |
| 8559 |
8559 |
| 8560 win->gtkconvs = g_list_remove(win->gtkconvs, gtkconv); |
8560 win->gtkconvs = g_list_remove(win->gtkconvs, gtkconv); |
| 8561 |
8561 |
| 8562 if (!win->gtkconvs || !win->gtkconvs->next) |
8562 if (!win->gtkconvs || !win->gtkconvs->next) |
| 8563 gtk_notebook_set_show_tabs(win->notebook, FALSE); |
8563 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(win->notebook), FALSE); |
| 8564 |
8564 |
| 8565 if (!win->gtkconvs && win != hidden_convwin) |
8565 if (!win->gtkconvs && win != hidden_convwin) |
| 8566 pidgin_conv_window_destroy(win); |
8566 pidgin_conv_window_destroy(win); |
| 8567 } |
8567 } |
| 8568 |
8568 |