| 3457 if (!new_ui) |
3457 if (!new_ui) |
| 3458 g_object_unref(gtkconv->tab_cont); |
3458 g_object_unref(gtkconv->tab_cont); |
| 3459 |
3459 |
| 3460 if (gaim_window_get_conversation_count(win) == 1) |
3460 if (gaim_window_get_conversation_count(win) == 1) |
| 3461 update_send_as_selection(win); |
3461 update_send_as_selection(win); |
| |
3462 |
| |
3463 gtk_object_sink(GTK_OBJECT(gtkconv->tooltips)); |
| 3462 } |
3464 } |
| 3463 |
3465 |
| 3464 static void |
3466 static void |
| 3465 gaim_gtk_remove_conversation(struct gaim_window *win, |
3467 gaim_gtk_remove_conversation(struct gaim_window *win, |
| 3466 struct gaim_conversation *conv) |
3468 struct gaim_conversation *conv) |