[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:18:18 UTC 2011


The following commit has been merged in the debian branch:
commit 46d18c4b19a3aa6a31351b9a087eb98e1214747a
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Tue Sep 1 21:41:44 2009 +0200

    opimd: Calls: fix syntax

diff --git a/framework/subsystems/opimd/pimd_calls.py b/framework/subsystems/opimd/pimd_calls.py
index 9650de7..da96fdc 100644
--- a/framework/subsystems/opimd/pimd_calls.py
+++ b/framework/subsystems/opimd/pimd_calls.py
@@ -281,7 +281,7 @@ class CallDomain(Domain, GenericDomain):
     def NewMissedCalls(self, amount):
         pass
 
-    @dbus_method(_DIN_CALLS, "", "i"):
+    @dbus_method(_DIN_CALLS, "", "i")
     def GetNewMissedCalls(self):
         return self._new_missed_calls
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list