E5XML/SessionWriter.py

branch
6_0_x
changeset 4462
1085a59b143e
parent 4022
f5f42921717e
child 4631
5c1a96925da4
--- a/E5XML/SessionWriter.py	Mon Sep 14 19:03:29 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