Fix a typo in the previous commit.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 19 Apr 2010 17:41:19 +0000 (13:41 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 19 Apr 2010 17:41:19 +0000 (13:41 -0400)
libedataserverui/e-contact-store.c

index f5b0feb..b5095bc 100644 (file)
@@ -122,7 +122,7 @@ contact_store_dispose (GObject *object)
        g_array_set_size (priv->contact_sources, 0);
 
        if (priv->query != NULL) {
-               g_object_unref (priv->query);
+               e_book_query_unref (priv->query);
                priv->query = NULL;
        }