[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:56 UTC 2011


The following commit has been merged in the debian branch:
commit 6d0fe5a2c605883747c2f8c4efd95c9ad822d678
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Dec 6 22:22:27 2009 +0100

    opimd: Dates: add ListFieldsWithType dbus method

diff --git a/framework/subsystems/opimd/pimd_dates.py b/framework/subsystems/opimd/pimd_dates.py
index c0d51c5..b7c65ef 100644
--- a/framework/subsystems/opimd/pimd_dates.py
+++ b/framework/subsystems/opimd/pimd_dates.py
@@ -337,6 +337,10 @@ class DateDomain(Domain, GenericDomain):
     def List(self):
         return self.list_fields()
 
+    @dbus_method(_DIN_FIELDS, "s", "as")
+    def ListFieldsWithType(self, type):
+        return self.list_fields_with_type(type)
+
     @dbus_method(_DIN_FIELDS, "s", "")
     def Delete(self, name):
         self.remove_field(name)

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list