diff frontends/src/bridge/DBus.py @ 542:3eeb6c865e4d

frontends: incoming files transfer management: - quick app: getWaitingConf is used on profile connexion - primitivus: askConfirmation is now managed, use new 'dir' style of FileDialog
author Goffi <goffi@goffi.org>
date Wed, 14 Nov 2012 20:37:15 +0100
parents 2c4016921403
children 0bb2e0d1c878
line wrap: on
line diff
--- a/frontends/src/bridge/DBus.py	Wed Nov 14 20:24:28 2012 +0100
+++ b/frontends/src/bridge/DBus.py	Wed Nov 14 20:37:15 2012 +0100
@@ -147,6 +147,9 @@
     def getVersion(self, ):
         return unicode(self.db_core_iface.getVersion())
 
+    def getWaitingConf(self, profile_key):
+        return self.db_core_iface.getWaitingConf(profile_key)
+
     def getWaitingSub(self, profile_key="@DEFAULT@"):
         return self.db_core_iface.getWaitingSub(profile_key)