[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:17:53 UTC 2011
The following commit has been merged in the debian branch:
commit 34eb2a6e27c8124a902a2860891c1d1b3179be71
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date: Wed Aug 19 21:51:04 2009 +0200
opimd: Contacts: cosmetic changes in few comments
diff --git a/framework/subsystems/opimd/pimd_contacts.py b/framework/subsystems/opimd/pimd_contacts.py
index 90acd83..2cc2573 100644
--- a/framework/subsystems/opimd/pimd_contacts.py
+++ b/framework/subsystems/opimd/pimd_contacts.py
@@ -81,7 +81,7 @@ class QueryManager(DBusFBObject):
def __init__(self, entries):
"""Creates a new QueryManager instance
- @param contacts Set of Contact objects to use"""
+ @param entries Set of Entry objects to use"""
self._entries = entries
self._queries = {}
@@ -113,9 +113,9 @@ class QueryManager(DBusFBObject):
def check_new_entry(self, entry_id):
- """Checks whether a newly added contact matches one or more queries so they can signal clients
+ """Checks whether a newly added entry matches one or more queries so they can signal clients
- @param contact_id Contact ID of the contact that was added"""
+ @param entry_id Contact ID of the contact that was added"""
for (query_id, query_handler) in self._queries.items():
if query_handler.check_new_entry(entry_id):
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list