Author: duncan
Date: Sun Oct 22 03:17:55 2006
New Revision: 8445

Modified:
   branches/rel-1-6/freevo/src/audio/plugins/detach.py

Log:
[ 1582048 ] Detached Audo Player behavior changed from 1.5.x
Switch back to using display button to detach the player


Modified: branches/rel-1-6/freevo/src/audio/plugins/detach.py
==============================================================================
--- branches/rel-1-6/freevo/src/audio/plugins/detach.py (original)
+++ branches/rel-1-6/freevo/src/audio/plugins/detach.py Sun Oct 22 03:17:55 2006
@@ -45,7 +45,8 @@
     """
     def __init__(self):
         plugin.MainMenuPlugin.__init__(self)
-        config.EVENTS['audio']['EXIT'] = Event(FUNCTION_CALL, arg=self.detach)
+        config.EVENTS['audio']['DISPLAY'] = Event(FUNCTION_CALL, 
arg=self.detach)
+        #config.EVENTS['audio']['EXIT'] = Event(FUNCTION_CALL, arg=self.detach)
         self.show_item = menu.MenuItem(_('Show player'), action=self.show)
         self.show_item.type = 'detached_player'
 

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