commit/nvda: norrumar: Used deleteSymbol function, as suggested on tichet 4354.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 06 Nov 2014 06:34:03 -0000

1 new commit in nvda:

https://bitbucket.org/nvdaaddonteam/nvda/commits/93bbd7509eec/
Changeset:   93bbd7509eec
Branch:      t4354
User:        norrumar
Date:        2014-11-06 06:33:33+00:00
Summary:     Used deleteSymbol function, as suggested on tichet 4354.

Affected #:  1 file

diff --git a/source/gui/settingsDialogs.py b/source/gui/settingsDialogs.py
index 82cc017..966fdf7 100644
--- a/source/gui/settingsDialogs.py
+++ b/source/gui/settingsDialogs.py
@@ -1599,7 +1599,7 @@ class SpeechSymbolsDialog(SettingsDialog):
        def OnRemoveClick(self,evt):
                index=self.symbolsList.GetFirstSelected()
                symbol = self.symbols[index]
-               self.symbolProcessor.pendingRemovals.append(symbol)
+               self.symbolProcessor.deleteSymbol(symbol)
                self.symbolsList.SetFocus()
 
        def OnRestoreClick(self,evt):

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

--

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/nvda: norrumar: Used deleteSymbol function, as suggested on tichet 4354. - commits-noreply