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


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

    opimd: Notes: fix copy'n'paste error in DeletedNote

diff --git a/framework/subsystems/opimd/pimd_notes.py b/framework/subsystems/opimd/pimd_notes.py
index 7a1d377..a4ac5e6 100644
--- a/framework/subsystems/opimd/pimd_notes.py
+++ b/framework/subsystems/opimd/pimd_notes.py
@@ -327,10 +327,10 @@ class NoteDomain(Domain, GenericDomain):
 
     def EntryDeleted(self, rel_path=None):
         self.NoteDeleted(rel_path=rel_path)
-        self.UpdatedNote(_DBUS_PATH_NOTES+rel_path, data)
+        self.DeletedNote(_DBUS_PATH_NOTES+rel_path)
 
     @dbus_signal(_DIN_NOTES, "s")
-    def UpdatedNote(self, path):
+    def DeletedNote(self, path):
         pass
 
     @dbus_method(_DIN_ENTRY, "", "", rel_path_keyword="rel_path")

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list