PluginColorString.py

changeset 18
a1e72b3e06cc
parent 17
b8fac5c059fb
child 20
ffe2ec016dfb
--- a/PluginColorString.py	Fri Jan 02 17:07:54 2015 +0100
+++ b/PluginColorString.py	Fri Jan 02 20:19:55 2015 +0100
@@ -93,6 +93,7 @@
             self.__editorClosed)
         
         for editor, acts in self.__editors.items():
+            editor.showMenu.disconnect(self.__editorShowMenu)
             menu = editor.getMenu("Tools")
             if menu is not None:
                 for act in acts:

eric ide

mercurial