diff frontends/sat_bridge_frontend/DBus.py @ 119:ded2431cea5a

Primitivus: chat window / text sending. Primitivus has now the most basics features \o/ - core: new getVersion method - primitivus: new debug key (C-d), only work if SàT is in dev version (D in version) - quick_app: new post_init method, used for automatique task like auto-plug - primitivus: lists now use genericList (Box) or List (Flow) - primitivus: List now manage correctly its size - primitivus: new FocusFrame widget which manage focus changing with 'tab' - primitivus: advancedEdit now manage 'click' signal - primitivus: contactList now manager 'change' and 'click' signals - primitivus: Chat window now working
author Goffi <goffi@goffi.org>
date Mon, 05 Jul 2010 19:13:36 +0800
parents d2630fba8dfd
children d6c0fe7489af
line wrap: on
line diff
--- a/frontends/sat_bridge_frontend/DBus.py	Sat Jul 03 13:56:44 2010 +0800
+++ b/frontends/sat_bridge_frontend/DBus.py	Mon Jul 05 19:13:36 2010 +0800
@@ -40,6 +40,9 @@
         elif iface == "request":
             self.db_req_iface.connect_to_signal(functionName, handler)
 
+    def getVersion(self):
+        return self.db_req_iface.getVersion()
+
     def getProfileName(self, profile_key='@DEFAULT@'):
         return self.db_req_iface.getProfileName(profile_key)