dictationbridge / dictationbridge-nvda

DictationBridge NVDA add-on
GNU General Public License v2.0
10 stars 5 forks source link

"toolsMenu not defined" error thrown when exiting NVDA #17

Open josephsl opened 7 years ago

josephsl commented 7 years ago

Hi,

When exiting NVDA with DB installed, the following traceback is shown:

ERROR - globalPluginHandler.terminate (08:03:54.124): Error terminating global plugin <globalPlugins.dictation.GlobalPlugin object at 0x06DBCE50> Traceback (most recent call last): File "globalPluginHandler.pyc", line 40, in terminate File "C:\Users\User\AppData\Roaming\nvda\addons\DictationBridge\globalPlugins\dictation__init.py", line 556, in terminate File "C:\Users\User\AppData\Roaming\nvda\addons\DictationBridge\globalPlugins\dictation\init__.py", line 322, in terminate NameError: global name 'toolsMenu' is not defined I guess the scope qualifier may not have been used.

Thanks.

derekriemer commented 7 years ago

I think that should have said "installmenu" not "toolsMenu" I fixed this in a commit I'll push up soon, when I do the dictation bridge context sensative help PR.