[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:27 UTC 2011
    
    
  
The following commit has been merged in the debian branch:
commit 61cbc49eae24c245e07971f8511a4c2fd2208329
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Wed Sep 9 14:39:08 2009 +0200
    opimd: Messages: fix AddIncoming
diff --git a/framework/subsystems/opimd/pimd_messages.py b/framework/subsystems/opimd/pimd_messages.py
index 59fdc48..30cf4a8 100644
--- a/framework/subsystems/opimd/pimd_messages.py
+++ b/framework/subsystems/opimd/pimd_messages.py
@@ -399,7 +399,7 @@ class MessageDomain(Domain, GenericDomain):
         @return URI of the newly created d-bus message object"""
 
         message_id = self.add(entry_data)
-        self.IncomingMessage(_DBUS_PATH_MESSAGES+ '/' + str(message_id))
+        self.IncomingMessage(message_id)
         return message_id
 
 
-- 
FSO frameworkd Debian packaging
    
    
More information about the pkg-fso-commits
mailing list