gtranslator r3776 - trunk/src
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3776 - trunk/src
- Date: Mon, 22 Sep 2008 09:47:56 +0000 (UTC)
Author: icq
Date: Mon Sep 22 09:47:56 2008
New Revision: 3776
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3776&view=rev
Log:
2008-09-08 SeÃn de BÃrca <leftmostcat gmail com>
* profile.c: Fix function calls.
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:56 2008
@@ -242,15 +242,15 @@
root = xmlDocGetRootElement (doc);
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, "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);
- xmlTextNewChild (profile_node, NULL, "encoding", profile->priv->encoding);
- xmlTextNewChild (profile_node, NULL, "group_email", profile->priv->group_email);
- xmlTextNewChild (profile_node, NULL, "plurals", profile->priv->plurals);
+ xmlNewTextChild (profile_node, NULL, "profile_name", profile->priv->name);
+ xmlNewTextChild (profile_node, NULL, "author_name", profile->priv->author_name);
+ xmlNewTextChild (profile_node, NULL, "author_email", profile->priv->author_email);
+ xmlNewTextChild (profile_node, NULL, "language_name", profile->priv->language_name);
+ xmlNewTextChild (profile_node, NULL, "language_code", profile->priv->language_code);
+ xmlNewTextChild (profile_node, NULL, "charset", profile->priv->charset);
+ xmlNewTextChild (profile_node, NULL, "encoding", profile->priv->encoding);
+ xmlNewTextChild (profile_node, NULL, "group_email", profile->priv->group_email);
+ xmlNewTextChild (profile_node, NULL, "plurals", profile->priv->plurals);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]