diff 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
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);
 }