conduit r1553 - in trunk: . conduit/modules



Author: johncarr
Date: Tue Jul 15 12:35:57 2008
New Revision: 1553
URL: http://svn.gnome.org/viewvc/conduit?rev=1553&view=rev

Log:
Fix typos. Update changelog.

Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/conduit/modules/SynceModule.py

Modified: trunk/conduit/modules/SynceModule.py
==============================================================================
--- trunk/conduit/modules/SynceModule.py	(original)
+++ trunk/conduit/modules/SynceModule.py	Tue Jul 15 12:35:57 2008
@@ -295,7 +295,7 @@
                   k.appendChild(doc.createTextNode(v.type_param))
                   t.appendChild(k)
                   c = doc.createElement("Content")
-                  c.appendChild(c.createTextNode(v.value))
+                  c.appendChild(doc.createTextNode(v.value))
                   t.appendChild(c)
                   node.appendChild(t)
           elif chunk == "bday":



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