comparison src/gtkconv.c @ 4633:812148fb2e2f

[gaim-migrate @ 4931] I think I'm done screwing this up now. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 02 Mar 2003 08:10:54 +0000
parents 1b4d18a6bcf5
children 42d53c416bb9
comparison
equal deleted inserted replaced
4632:c4ca37f34130 4633:812148fb2e2f
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));
3464 } 3462 }
3465 3463
3466 static void 3464 static void
3467 gaim_gtk_remove_conversation(struct gaim_window *win, 3465 gaim_gtk_remove_conversation(struct gaim_window *win,
3468 struct gaim_conversation *conv) 3466 struct gaim_conversation *conv)
3624 g_free(gtkconv->u.im); 3622 g_free(gtkconv->u.im);
3625 } 3623 }
3626 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { 3624 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) {
3627 g_free(gtkconv->u.chat); 3625 g_free(gtkconv->u.chat);
3628 } 3626 }
3627
3628 gtk_object_sink(GTK_OBJECT(gtkconv->tooltips));
3629 3629
3630 g_free(gtkconv); 3630 g_free(gtkconv);
3631 } 3631 }
3632 3632
3633 static void 3633 static void