Author: duncan
Date: Thu Oct  4 16:38:26 2007
New Revision: 9925

Log:
[ 1802985 ] Shutdown Confirmation Buttons
Fix applied, INPUT UP and DOWN now toggle between the buttons


Modified:
   branches/rel-1/freevo/src/gui/ConfirmBox.py

Modified: branches/rel-1/freevo/src/gui/ConfirmBox.py
==============================================================================
--- branches/rel-1/freevo/src/gui/ConfirmBox.py (original)
+++ branches/rel-1/freevo/src/gui/ConfirmBox.py Thu Oct  4 16:38:26 2007
@@ -80,7 +80,7 @@
 
 
     def eventhandler(self, event):
-        if event in (INPUT_LEFT, INPUT_RIGHT):
+        if event in (INPUT_LEFT, INPUT_RIGHT, INPUT_UP, INPUT_DOWN):
             self.b0.toggle_selected()
             self.b1.toggle_selected()
             self.draw()

-------------------------------------------------------------------------
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