From 8c6a11f9d834b6a56361c6499fd9cb3e11ae2a73 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Jan 2010 19:29:43 -0500 Subject: =?UTF-8?q?Bug=C2=A0607360=20-=20[regression]=20Runtime=20warnings?= =?UTF-8?q?=20at=20exit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail/message-list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/message-list.c b/mail/message-list.c index 9046b69894..a512bcec57 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -2467,12 +2467,12 @@ message_list_dispose (GObject *object) } if (priv->copy_target_list != NULL) { - g_object_unref (priv->copy_target_list); + gtk_target_list_unref (priv->copy_target_list); priv->copy_target_list = NULL; } if (priv->paste_target_list != NULL) { - g_object_unref (priv->paste_target_list); + gtk_target_list_unref (priv->paste_target_list); priv->paste_target_list = NULL; } -- cgit v1.2.3