diff src/tools/misc.py @ 501:e9634d2e7b38

core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1: - QuickContactManagement is not used anymore and will be removed, ContactList + Core are used instead - disconnected contacts are now displayed in Primitivus (M-d to show/hide them) - avatars are temporary unavailable in wix - new bridge method: getContactsFromGroup
author Goffi <goffi@goffi.org>
date Tue, 25 Sep 2012 00:58:34 +0200
parents 2a072735e459
children 7ee15fbe8c08
line wrap: on
line diff
--- a/src/tools/misc.py	Wed Sep 05 00:19:32 2012 +0200
+++ b/src/tools/misc.py	Tue Sep 25 00:58:34 2012 +0200
@@ -55,7 +55,7 @@
         """This put a trigger point
         All the trigger for that point will be run
         @param point_name: name of the trigger point
-        @return: True if the action must be continue, False else"""
+        @return: True if the action must be continued, False else"""
         if not self.__triggers.has_key(point_name):
             return True