[nvda-addons] commit/eMule: norrumar: Changed param name: gesture in script_aboutinstead evt

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Mon, 20 May 2013 14:16:57 -0000

1 new commit in eMule:

https://bitbucket.org/nvdaaddonteam/emule/commits/52a2b322b4e3/
Changeset:   52a2b322b4e3
Branch:      master
User:        norrumar
Date:        2013-05-20 16:16:29
Summary:     Changed param name: gesture in script_aboutinstead evt

Affected #:  1 file

diff --git a/addon/appModules/emule.py b/addon/appModules/emule.py
index 48ce8cd..f99b927 100644
--- a/addon/appModules/emule.py
+++ b/addon/appModules/emule.py
@@ -303,7 +303,7 @@ class AppModule(appModuleHandler.AppModule):
                                docPath = docFile
                return docPath
 
-       def script_about(self, evt):
+       def script_about(self, gesture):
                try:
                        os.startfile(self.getDocPath("readme.html"))
                except WindowsError:

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

--

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

NVDA add-ons Central: A list for discussing NVDA add-ons

To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.

To unsubscribe, send an email with the subject line of "unsubscribe" (without 
quotes) to nvda-addons-request@xxxxxxxxxxxxx.

If you have questions for list moderators, please send a message to 
nvda-addons-moderators@xxxxxxxxxxxxx.

Other related posts:

  • » [nvda-addons] commit/eMule: norrumar: Changed param name: gesture in script_aboutinstead evt - commits-noreply