dabo Commit
Revision 6133
Date: 2010-10-23 05:26:05 -0700 (Sat, 23 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6133

Changed:
U   trunk/dabo/ui/uiwx/dEditor.py

Log:
Corrected a problem noted by Fraser Burns in which pathing in file names was 
effectively doubled, causing "File not found" errors.


Diff:
Modified: trunk/dabo/ui/uiwx/dEditor.py
===================================================================
--- trunk/dabo/ui/uiwx/dEditor.py       2010-10-23 00:38:37 UTC (rev 6132)
+++ trunk/dabo/ui/uiwx/dEditor.py       2010-10-23 12:26:05 UTC (rev 6133)
@@ -1426,8 +1426,6 @@
                if not force and (not self.isChanged() and self._fileName):
                        # Nothing changed
                        return
-               if self._curdir:
-                       os.chdir(self._curdir)
                if fname is None:
                        try:
                                fname = self._fileName



_______________________________________________
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