source_registry_ref_any_mail_identity(): Fix a typo.
authorMatthew Barnes <mbarnes@redhat.com>
Sun, 15 Jul 2012 19:17:03 +0000 (15:17 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sun, 15 Jul 2012 19:17:03 +0000 (15:17 -0400)
libedataserver/e-source-registry.c

index e0e3061..cdd1c7d 100644 (file)
@@ -2831,7 +2831,7 @@ source_registry_ref_any_mail_identity (ESourceRegistry *registry)
        }
 
        if (source == NULL && list != NULL)
-               source = g_object_ref (link->data);
+               source = g_object_ref (list->data);
 
        g_list_free_full (list, (GDestroyNotify) g_object_unref);