Author: duncan
Date: Thu Aug 16 04:21:47 2007
New Revision: 9820

Log:
[ 1774544 ] tvmenu crashes because of search plugin
Patch from Tanja Kotthaus applied


Modified:
   branches/rel-1/freevo/ChangeLog
   branches/rel-1/freevo/src/tv/plugins/search_programs.py

Modified: branches/rel-1/freevo/ChangeLog
==============================================================================
--- branches/rel-1/freevo/ChangeLog     (original)
+++ branches/rel-1/freevo/ChangeLog     Thu Aug 16 04:21:47 2007
@@ -19,6 +19,7 @@
  * Updated German translation (F#1770195)
  * New Text Entry and Program Search (F#1768790)
  * Updated alsamixer with event args and synchronous mixer control (F#1767928)
+ * Fixed tvmenu crashing because of the search plug-in (B#1774544)
 
 == Release 1.7.3 (2007-08-01) ==
 --------------------------------

Modified: branches/rel-1/freevo/src/tv/plugins/search_programs.py
==============================================================================
--- branches/rel-1/freevo/src/tv/plugins/search_programs.py     (original)
+++ branches/rel-1/freevo/src/tv/plugins/search_programs.py     Thu Aug 16 
04:21:47 2007
@@ -117,6 +117,7 @@
 
         self.button_group = self.alphabet_button_group
 
+        self.__redraw = False
 
     def actions(self):
         return [(self.show_search, self.name)]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to