[evolution] Bug 607360 - [regression] Runtime warnings at exit



commit 8c6a11f9d834b6a56361c6499fd9cb3e11ae2a73
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Jan 18 19:29:43 2010 -0500

    Bug 607360 - [regression] Runtime warnings at exit

 mail/message-list.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/message-list.c b/mail/message-list.c
index 9046b69..a512bce 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;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]