Mercurial > pidgin
changeset 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 | c4ca37f34130 |
children | d19872836812 |
files | src/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Sun Mar 02 01:20:31 2003 +0000 +++ b/src/gtkconv.c Sun Mar 02 08:10:54 2003 +0000 @@ -3459,8 +3459,6 @@ if (gaim_window_get_conversation_count(win) == 1) update_send_as_selection(win); - - gtk_object_sink(GTK_OBJECT(gtkconv->tooltips)); } static void @@ -3627,6 +3625,8 @@ g_free(gtkconv->u.chat); } + gtk_object_sink(GTK_OBJECT(gtkconv->tooltips)); + g_free(gtkconv); }