commit/Emoticons: josephsl: Toggle script: renamed to toggleSpeakingEmoticons to make the source code more understandable.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Wed, 16 Oct 2013 05:32:13 -0000

1 new commit in Emoticons:

https://bitbucket.org/nvdaaddonteam/emoticons/commits/250109808756/
Changeset:   250109808756
Branch:      master
User:        josephsl
Date:        2013-10-16 07:32:01
Summary:     Toggle script: renamed to toggleSpeakingEmoticons to make the 
source code more understandable.

Affected #:  1 file

diff --git a/addon/globalPlugins/emoticons.py b/addon/globalPlugins/emoticons.py
index 28decf3..2133ab9 100644
--- a/addon/globalPlugins/emoticons.py
+++ b/addon/globalPlugins/emoticons.py
@@ -197,7 +197,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                self.deactivateEmoticons()
                self.SD = None
 
-       def script_toggle(self, gesture):
+       def script_toggleSpeakingEmoticons(self, gesture):
                if self.emoticons:
                        self.deactivateEmoticons()
                        # Translators: message presented when the dictionary 
for emoticons is unloaded.
@@ -210,5 +210,5 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
        script_toggle.__doc__ = _("Toggles on and off the announcement of 
emoticons.")
 
        __gestures = {
-               "kb:NVDA+e": "toggle"
+               "kb:NVDA+e": "toggleSpeakingEmoticons"
        }

Repository URL: https://bitbucket.org/nvdaaddonteam/emoticons/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/Emoticons: josephsl: Toggle script: renamed to toggleSpeakingEmoticons to make the source code more understandable. - commits-noreply