commit/readFeeds: norrumar: __init__.py: Enable the search edit when a feed is selected.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 05 Dec 2016 19:41:39 -0000

1 new commit in readFeeds:

https://bitbucket.org/nvdaaddonteam/readfeeds/commits/0331dea3e803/
Changeset:   0331dea3e803
Branch:      enhancedgui
User:        norrumar
Date:        2016-12-05 19:40:04+00:00
Summary:     __init__.py: Enable the search edit when a feed is selected.

Affected #:  1 file

diff --git a/addon/globalPlugins/readFeeds/__init__.py 
b/addon/globalPlugins/readFeeds/__init__.py
index 0e0354e..6057379 100644
--- a/addon/globalPlugins/readFeeds/__init__.py
+++ b/addon/globalPlugins/readFeeds/__init__.py
@@ -188,6 +188,7 @@ class FeedsDialog(wx.Dialog):
        def onFeedsListChoice(self, evt):
                self.sel = self.feedsList.Selection
                self.stringSel = self.feedsList.StringSelection
+               self.searchTextEdit.Enabled = self.sel >= 0
                self.articlesButton.Enabled = self.sel>= 0
                self.deleteButton.Enabled = self.sel >= 0
                self.renameButton.Enabled = self.sel >= 0

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

--

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/readFeeds: norrumar: __init__.py: Enable the search edit when a feed is selected. - commits-noreply