empathy r1595 - trunk/src



Author: xclaesse
Date: Fri Oct 17 12:45:52 2008
New Revision: 1595
URL: http://svn.gnome.org/viewvc/empathy?rev=1595&view=rev

Log:
Fixed typos of constants in the import dialog. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>

Modified:
   trunk/src/empathy-import-dialog.c

Modified: trunk/src/empathy-import-dialog.c
==============================================================================
--- trunk/src/empathy-import-dialog.c	(original)
+++ trunk/src/empathy-import-dialog.c	Fri Oct 17 12:45:52 2008
@@ -200,7 +200,7 @@
 {
         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 @@
                         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 @@
 
         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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]