commit/goldwave: josephsl: Regression fix: in some numeric fields, the actual setting label was not announced after the bug fix for another issue with label announcement was commited.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 14 Dec 2013 14:09:51 -0000

1 new commit in goldwave:

https://bitbucket.org/nvdaaddonteam/goldwave/commits/0ea1449c17fb/
Changeset:   0ea1449c17fb
Branch:      master
User:        josephsl
Date:        2013-12-14 15:09:37
Summary:     Regression fix: in some numeric fields, the actual setting label 
was not announced after the bug fix for another issue with label announcement 
was commited.

Affected #:  1 file

diff --git a/addon/appModules/goldwave.py b/addon/appModules/goldwave.py
index eb4f27b..0f9a76c 100755
--- a/addon/appModules/goldwave.py
+++ b/addon/appModules/goldwave.py
@@ -378,6 +378,6 @@ class AppModule(appModuleHandler.AppModule):
                        clsList.insert(0, GoldwaveNumericEdit)
                        # Get the correct edit field name.
                        editFieldName = obj.parent.parent.name
-                       if editFieldName != api.getForegroundObject().name: 
obj.name = editFieldName
+                       if editFieldName != api.getForegroundObject().name: 
obj.name = editFieldName + "; " + obj.name

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

--

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/goldwave: josephsl: Regression fix: in some numeric fields, the actual setting label was not announced after the bug fix for another issue with label announcement was commited. - commits-noreply