changeset 4631:1b4d18a6bcf5

[gaim-migrate @ 4928] oops. this is the right way to do it. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 01 Mar 2003 20:30:20 +0000
parents 5cdfd20daa07
children c4ca37f34130
files src/gtkconv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Sat Mar 01 18:37:48 2003 +0000
+++ b/src/gtkconv.c	Sat Mar 01 20:30:20 2003 +0000
@@ -3459,6 +3459,8 @@
 
 	if (gaim_window_get_conversation_count(win) == 1)
 		update_send_as_selection(win);
+
+	gtk_object_sink(GTK_OBJECT(gtkconv->tooltips));
 }
 
 static void
@@ -3625,8 +3627,6 @@
 		g_free(gtkconv->u.chat);
 	}
 
-	g_object_unref(G_OBJECT(gtkconv->tooltips));
-
 	g_free(gtkconv);
 }