Mercurial > libervia-backend
diff sat_bridge/DBus.py @ 89:23caf1051099
multi-profile/subscription misc fixes
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 13 May 2010 16:27:48 +0930 |
parents | 6e3a06b4dd36 |
children | 783e9d6980ec |
line wrap: on
line diff
--- a/sat_bridge/DBus.py Wed May 12 11:55:18 2010 +0930 +++ b/sat_bridge/DBus.py Thu May 13 16:27:48 2010 +0930 @@ -138,7 +138,7 @@ in_signature='s', out_signature='') def connect(self, profile_key='@DEFAULT@'): info ("Connection asked") - return self.cb["connect"]() + return self.cb["connect"](profile_key) @dbus.service.method(const_INT_PREFIX+const_COMM_SUFFIX, in_signature='s', out_signature='')