diff -r 1607d4afce20 -r 7d5c74cc8f91 objdictgen/objdictedit.py --- 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)