Fixed an issue in the multi-project writer. 5_0_x

Sun, 12 Sep 2010 19:08:49 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 12 Sep 2010 19:08:49 +0200
branch
5_0_x
changeset 601
4f37cd1b9a1f
parent 596
0b7d359a00e5
child 621
777ea169520e
child 631
9ca86837a591

Fixed an issue in the multi-project writer.

E5XML/MultiProjectWriter.py file | annotate | diff | comparison | revisions
--- a/E5XML/MultiProjectWriter.py	Sun Sep 12 16:39:36 2010 +0200
+++ b/E5XML/MultiProjectWriter.py	Sun Sep 12 19:08:49 2010 +0200
@@ -63,7 +63,7 @@
             self._write("      <ProjectFile>%s</ProjectFile>" % \
                 Utilities.fromNativeSeparators(project['file']))
             self._write("      <ProjectDescription>%s</ProjectDescription>" % \
-                self.escape(self.encodedNewLines(project['name'])))
+                self.escape(self.encodedNewLines(project['description'])))
             self._write("    </Project>")
         self._write("  </Projects>")
         

eric ide

mercurial