E5XML/SessionWriter.py

changeset 4463
87cd9719dc23
parent 4021
195a471c327b
child 4631
5c1a96925da4
diff -r 3634459f8011 -r 87cd9719dc23 E5XML/SessionWriter.py
--- a/E5XML/SessionWriter.py	Thu Sep 17 18:24:27 2015 +0200
+++ b/E5XML/SessionWriter.py	Sat Sep 19 12:12:19 2015 +0200
@@ -140,7 +140,7 @@
         wpModel = self.dbs.getWatchPointModel()
         for row in range(wpModel.rowCount()):
             index = wpModel.index(row, 0)
-            cond, temp, enabled, count, special = \
+            cond, special, temp, enabled, count = \
                 wpModel.getWatchPointByIndex(index)[:5]
             self.writeStartElement("Watchexpression")
             self.writeTextElement("Condition", str(cond))

eric ide

mercurial