Fixed an issue in the deactivation method.

Mon, 30 Dec 2013 11:37:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 30 Dec 2013 11:37:38 +0100
changeset 9
ddeb96be9a9c
parent 8
cc738ba0498d
child 10
4e1e5853c0c7

Fixed an issue in the deactivation method.

ChangeLog file | annotate | diff | comparison | revisions
PluginToolGenerateHash.py file | annotate | diff | comparison | revisions
PluginToolGenerateHash.zip file | annotate | diff | comparison | revisions
--- a/ChangeLog	Mon Dec 30 11:30:58 2013 +0100
+++ b/ChangeLog	Mon Dec 30 11:37:38 2013 +0100
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 0.3.0:
+- bug fixes
+
 Version 0.2.0:
 - added Spanish translations provided by Jaime Seuma
 
--- a/PluginToolGenerateHash.py	Mon Dec 30 11:30:58 2013 +0100
+++ b/PluginToolGenerateHash.py	Mon Dec 30 11:37:38 2013 +0100
@@ -21,7 +21,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "0.2.0"
+version = "0.3.0"
 className = "ToolGenerateHashPlugin"
 packageName = "ToolGenerateHash"
 shortDescription = "Generate a hash for a selectable file or directory"
@@ -98,7 +98,6 @@
             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:
Binary file PluginToolGenerateHash.zip has changed

eric ide

mercurial