QScintilla/Editor.py

changeset 4272
169835cdf784
parent 4271
480434472ac1
child 4282
c72c9b51ae73
--- a/QScintilla/Editor.py	Sun May 31 17:30:12 2015 +0200
+++ b/QScintilla/Editor.py	Sun May 31 17:58:29 2015 +0200
@@ -4810,8 +4810,8 @@
         @param key name of the provider
         @type str
         """
-        if key in self.__completionListHookFunctions:
-            del self.__completionListHookFunctions[key]
+        if key in self.__ctHookFunctions:
+            del self.__ctHookFunctions[key]
     
     def getCallTipHook(self, key):
         """

eric ide

mercurial