ProjectController.py
changeset 792 fd113777d1ae
parent 789 b1b1a8f85e2f
child 796 92071c4b85e9
--- a/ProjectController.py	Wed Jul 18 01:33:48 2012 +0200
+++ b/ProjectController.py	Mon Jul 23 02:53:02 2012 +0200
@@ -1041,7 +1041,7 @@
         if self._ProjectFilesView == view:
             self._ProjectFilesView = None
         if view in self._FileEditors.values():
-            self._FileEditors.pop(view.GetTagName())
+            self._FileEditors.pop(view.GetFilePath())
 
     def _Clean(self):
         self._CloseView(self._IECCodeView)