diff frontends/sat_bridge_frontend/DBus.py @ 1:a06a151fc31f

Disconnect first draft
author Goffi <goffi@goffi.org>
date Sun, 18 Oct 2009 23:20:45 +0200
parents c4bc297b82f0
children 6928e3cb73a8
line wrap: on
line diff
--- a/frontends/sat_bridge_frontend/DBus.py	Sat Aug 29 13:34:59 2009 +0200
+++ b/frontends/sat_bridge_frontend/DBus.py	Sun Oct 18 23:20:45 2009 +0200
@@ -43,6 +43,9 @@
     def connect(self):
         return self.db_comm_iface.connect()
 
+    def disconnect(self):
+        return self.db_comm_iface.disconnect()
+
     def getContacts(self):
         return self.db_comm_iface.getContacts()