objdictgen/objdictedit.py
changeset 527 7d5c74cc8f91
parent 512 e84806c0ada4
child 534 9012db875549
--- a/objdictgen/objdictedit.py	Wed Nov 19 12:32:06 2008 +0100
+++ b/objdictgen/objdictedit.py	Thu Nov 20 07:51:14 2008 +0100
@@ -297,7 +297,7 @@
         if self.ModeSolo:
             self.Manager = NodeManager()
             for filepath in filesOpen:
-                result = self.Manager.OpenFileInCurrent(filepath)
+                result = self.Manager.OpenFileInCurrent(os.path.abspath(filepath))
                 if isinstance(result, (IntType, LongType)):
                     new_editingpanel = EditingPanel(self.FileOpened, self, self.Manager)
                     new_editingpanel.SetIndex(result)