gtranslator r3775 - trunk/src



Author: icq
Date: Mon Sep 22 09:47:52 2008
New Revision: 3775
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3775&view=rev

Log:
2008-09-08  SeÃn de BÃrca  <leftmostcat gmail com>

        * profile.c: Correct tag name. Breaks format.

Modified:
   trunk/src/ChangeLog
   trunk/src/profile.c

Modified: trunk/src/profile.c
==============================================================================
--- trunk/src/profile.c	(original)
+++ trunk/src/profile.c	Mon Sep 22 09:47:52 2008
@@ -244,7 +244,7 @@
 	profile_node = xmlNewChild (root, NULL, "profile", NULL);
 	xmlTextNewChild (profile_node, NULL, "profile_name", profile->priv->name);
 	xmlTextNewChild (profile_node, NULL, "author_name", profile->priv->author_name);
-	xmlTextNewChild (profile_node, NULL, "autor_email", profile->priv->author_email);
+	xmlTextNewChild (profile_node, NULL, "author_email", profile->priv->author_email);
 	xmlTextNewChild (profile_node, NULL, "language_name", profile->priv->language_name);
 	xmlTextNewChild (profile_node, NULL, "language_code", profile->priv->language_code);
 	xmlTextNewChild (profile_node, NULL, "charset", profile->priv->charset);



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