Author: dmeyer
Date: Sat Apr 29 10:20:07 2006
New Revision: 1524

Modified:
   trunk/player/test/baloo.py

Log:
connect to beacon monitor

Modified: trunk/player/test/baloo.py
==============================================================================
--- trunk/player/test/baloo.py  (original)
+++ trunk/player/test/baloo.py  Sat Apr 29 10:20:07 2006
@@ -48,6 +48,7 @@
     def on_search_activate(self, data=None):
         string = self.xml.get_widget("search").get_text()
         self.search = kaa.beacon.query(type='audio', keywords=string)
+        self.search.signals['updated'].connect(update_playlist)
         self.search.monitor()
         self.update_playlist()
         if self.current:


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