[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:05 UTC 2009


The following commit has been merged in the master branch:
commit 05bbd7f9cdc6195684583a83a3825d99ab277f5f
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 27 15:27:06 2009 +0100

    otimed: alarm trigger is now calling org.freesmartphone.Notification.Alarm()
    on the root object

diff --git a/framework/subsystems/otimed/alarm.py b/framework/subsystems/otimed/alarm.py
index 3d25c8b..664f5fb 100644
--- a/framework/subsystems/otimed/alarm.py
+++ b/framework/subsystems/otimed/alarm.py
@@ -12,7 +12,7 @@ Module: alarm
 """
 
 MODULE_NAME = "otimed.alarm"
-__version__ = "0.1.2"
+__version__ = "0.1.3"
 
 DBUS_INTERFACE_PREFIX = "org.freesmartphone.Time.Alarm"
 DBUS_PATH_PREFIX = "/org/freesmartphone/Time/Alarm"
@@ -61,8 +61,8 @@ class Alarm( object ):
         pass
 
     def fire( self ):
-        proxy = self.bus.get_object( self.busname, "/org/freedesktop/Application" )
-        iface = dbus.Interface( proxy, "org.freesmartphone.Application" )
+        proxy = self.bus.get_object( self.busname, "/" )
+        iface = dbus.Interface( proxy, "org.freesmartphone.Notification" )
         iface.Alarm(
             reply_handler=drop_dbus_result,
             error_handler=log_dbus_error( "error while calling Alarm on %s" % self.busname )

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list