Bug 681679 - Typo in migration causes signatures to be dropped
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 17 Aug 2012 23:29:19 +0000 (19:29 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 17 Aug 2012 23:29:57 +0000 (19:29 -0400)
services/evolution-source-registry/evolution-source-registry-migrate-sources.c

index d906827..cabc692 100644 (file)
@@ -3162,7 +3162,7 @@ migrate_parse_gconf_xml_start_element (GMarkupParseContext *context,
                if (success && g_strcmp0 (name, "accounts") == 0)
                        parse_data->state = PARSE_STATE_IN_ACCOUNTS_ENTRY;
 
-               if (success && g_strcmp0 (name, "signatues") == 0)
+               if (success && g_strcmp0 (name, "signatures") == 0)
                        parse_data->state = PARSE_STATE_IN_SIGNATURES_ENTRY;
 
                if (success && g_strcmp0 (name, "sources") == 0)