dabo Commit
Revision 5940
Date: 2010-07-28 06:02:32 -0700 (Wed, 28 Jul 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5940

Changed:
U   trunk/ide/CxnEditor.py

Log:
Fixed an issue when working with SQLite connections where the app thought that 
a saved file still had pending changes.


Diff:
Modified: trunk/ide/CxnEditor.py
===================================================================
--- trunk/ide/CxnEditor.py      2010-07-27 19:05:04 UTC (rev 5939)
+++ trunk/ide/CxnEditor.py      2010-07-28 13:02:32 UTC (rev 5940)
@@ -463,6 +463,9 @@
                self.activeControlValid()
                self.updtFromForm()
                if self._origConnDict != self.connDict:
+                       # Could be relative path differences
+                       self.relPaths(self.connDict.values())
+               if self._origConnDict != self.connDict:
                        response = dui.areYouSure(_("Do you wish to save your 
changes?"),
                                        cancelButton=True)
                        if response is None:



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to