** Fix for BNC bug #435632
authorSrinivasa Ragavan <sragavan@novell.com>
Fri, 5 Dec 2008 06:14:17 +0000 (06:14 +0000)
committerSrinivasa Ragavan <sragavan@src.gnome.org>
Fri, 5 Dec 2008 06:14:17 +0000 (06:14 +0000)
2008-12-05  Srinivasa Ragavan  <sragavan@novell.com>

** Fix for BNC bug #435632

* addressbook/libedata-book/e-data-book-view.c: Don't unref when
things aren't reffed.

svn path=/trunk/; revision=9797

addressbook/ChangeLog
addressbook/libedata-book/e-data-book-view.c

index 50d7e26..2e2526a 100644 (file)
        (read_attribute): Support CHARSET parameter within the attribute and
        convert text to UTF-8, if necessary, based on its value.
 
+2008-12-05  Srinivasa Ragavan  <sragavan@novell.com>
+
+       ** Fix for BNC bug #435632
+
+       * addressbook/libedata-book/e-data-book-view.c: Don't unref when
+       things aren't reffed.
+
 2008-11-07  Sankar P  <psankar@novell.com>
 
        ** Patch committed on behalf of Ashish Shrivastava <shashish@novell.com>
index a90db78..6b89f0f 100644 (file)
@@ -247,7 +247,6 @@ e_data_book_view_notify_update (EDataBookView *book_view,
 
        id = e_contact_get_const (contact, E_CONTACT_UID);
        if (!id) {
-               g_object_unref (contact);
                g_mutex_unlock (book_view->priv->pending_mutex);
                return;
        }