--- a/PluginAssistantEric.py Sun Sep 25 17:18:48 2011 +0200 +++ b/PluginAssistantEric.py Sun Sep 25 17:20:08 2011 +0200 @@ -110,7 +110,7 @@ "AutoCompletionEnabled": False, "AutoCompletionSource": AcsAPIs | AcsProject, "CalltipsEnabled": False, - "CallTipsContextShown": 1, + "CallTipsContextShown": True, } self.__translator = None @@ -219,7 +219,7 @@ @param prefClass preferences class used as the storage area @return the requested refactoring setting """ - if key in ["AutoCompletionEnabled", "CalltipsEnabled"]: + if key in ["AutoCompletionEnabled", "CalltipsEnabled", "CallTipsContextShown"]: return Preferences.toBool(Preferences.Prefs.settings.value( "AssistantEric/" + key, self.__defaults[key])) else: