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


The following commit has been merged in the debian branch:
commit eba9b439f8ef32a25c5e9befb699443b08e365c2
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Fri Nov 27 14:00:09 2009 +0100

    opimd: Dates: fix copy'n'paste errors in new signals

diff --git a/framework/subsystems/opimd/pimd_dates.py b/framework/subsystems/opimd/pimd_dates.py
index c8f4ae0..6a5dcf9 100644
--- a/framework/subsystems/opimd/pimd_dates.py
+++ b/framework/subsystems/opimd/pimd_dates.py
@@ -303,7 +303,7 @@ class DateDomain(Domain, GenericDomain):
 
     def EntryDeleted(self, rel_path=None):
         self.DateDeleted(rel_path=rel_path)
-        self.DeletedDate(_DBUS_PATH_CALLS+rel_path)
+        self.DeletedDate(_DBUS_PATH_DATES+rel_path)
 
     @dbus_method(_DIN_ENTRY, "", "", rel_path_keyword="rel_path")
     def Delete(self, rel_path):
@@ -313,7 +313,7 @@ class DateDomain(Domain, GenericDomain):
 
     def EntryUpdated(self, data, rel_path=None):
         self.DateUpdated(data, rel_path=rel_path)
-        self.UpdatedDate(_DBUS_PATH_CALLS+rel_path, data)
+        self.UpdatedDate(_DBUS_PATH_DATES+rel_path, data)
 
     @dbus_signal(_DIN_DATES, "sa{sv}")
     def UpdatedDate(self, path, data):

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list