From 22226e15b161135547c08ca743f0f983e2b8d6eb Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 17 Oct 2008 12:45:52 +0000 Subject: Fixed typos of constants in the import dialog. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1595 --- src/empathy-import-dialog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c index 7c5ddd50c..a72d26162 100644 --- a/src/empathy-import-dialog.c +++ b/src/empathy-import-dialog.c @@ -200,7 +200,7 @@ empathy_import_dialog_pidgin_parse_setting (gchar *protocol, { int i; - if (!xmlHasProp (setting, PIDGIN_SETTING_TAG_NAME)) + if (!xmlHasProp (setting, PIDGIN_ACCOUNT_TAG_NAME)) return; for (i = 0; i < G_N_ELEMENTS (pidgin_mc_map); i++) { @@ -208,7 +208,7 @@ empathy_import_dialog_pidgin_parse_setting (gchar *protocol, continue; } - if (strcmp ((gchar *) xmlGetProp (setting, PIDGIN_SETTING_TAG_NAME), + if (strcmp ((gchar *) xmlGetProp (setting, PIDGIN_ACCOUNT_TAG_NAME), pidgin_mc_map[i].pidgin_name) == 0) { gint arg; @@ -261,7 +261,7 @@ empathy_import_dialog_pidgin_import_accounts () node = rootnode->children; while (node) { - if (strcmp ((gchar *) node->name, PIDGIN_SETTING_TAG_ACCOUNT) == 0) { + if (strcmp ((gchar *) node->name, PIDGIN_ACCOUNT_TAG_ACCOUNT) == 0) { child = node->children; settings = g_hash_table_new (g_str_hash, g_str_equal); -- cgit v1.2.3