Author: dmeyer
Date: Sat Oct 28 20:08:46 2006
New Revision: 8496

Modified:
   trunk/ui/src/directory.py

Log:
deactivate autoselect when changing view

Modified: trunk/ui/src/directory.py
==============================================================================
--- trunk/ui/src/directory.py   (original)
+++ trunk/ui/src/directory.py   Sat Oct 28 20:08:46 2006
@@ -290,6 +290,7 @@
 
             self.display_type = type
             self['tmp:autoplay_single_item'] = False
+            self.item_menu.autoselect = False
             self.browse(update=True)
             OSD_MESSAGE.post('%s view' % type)
             return True
@@ -297,6 +298,7 @@
         if event == DIRECTORY_TOGGLE_HIDE_PLAYED:
             self['tmp:hide_played'] = not self['config:hide_played']
             self['tmp:autoplay_single_item'] = False
+            self.item_menu.autoselect = False
             self.browse(update=True)
             if self['config:hide_played']:
                 OSD_MESSAGE.post('Hide played items')

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to