[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:52:02 UTC 2009


The following commit has been merged in the master branch:
commit 253a9e1fa78c2083cccb53c91b9795471c8168db
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 21 11:52:58 2009 +0100

    cli-framework: set busname also for interfaces. Thanks beniwtv for spotting

diff --git a/tools/cli-framework b/tools/cli-framework
index e871721..cfdd897 100755
--- a/tools/cli-framework
+++ b/tools/cli-framework
@@ -10,7 +10,7 @@ Interactive console for the freesmartphone.org framework
 GPLv2 or later
 """
 
-__version__ = "0.9.1.8"
+__version__ = "0.9.1.9"
 
 import dbus.service
 import dbus.mainloop.glib
@@ -77,7 +77,7 @@ def getObjectsForInterface( busname, interface ):
         paths = []
     result = {}
     for path in paths:
-        result[str(path)] = getInterface( "org.freesmartphone.frameworkd", path, interface )
+        result[str(path)] = getInterface( busname, path, interface )
     return result
 
 dbus.mainloop.glib.DBusGMainLoop( set_as_default=True )

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list