Author: dmeyer
Date: Sat Feb 3 10:17:30 2007
New Revision: 9135
Modified:
trunk/ui/src/plugins/lcd.py
Log:
adjust to new application signal name
Modified: trunk/ui/src/plugins/lcd.py
==============================================================================
--- trunk/ui/src/plugins/lcd.py (original)
+++ trunk/ui/src/plugins/lcd.py Sat Feb 3 10:17:30 2007
@@ -115,11 +115,11 @@
plugin.register( self, "lcd" )
kaa.notifier.EventHandler(self.eventhandler).register()
- application.signals['application change'].connect(self.set_application)
+ application.signals['changed'].connect(self.set_application)
self.set_application(application.get_active())
- def set_application(self, app, *args, **kwargs):
+ def set_application(self, app):
name = str(app)
widgets = self.screens.get(name)
if not widgets:
-------------------------------------------------------------------------
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