diff frontends/quick_frontend/quick_contact_management.py @ 119:ded2431cea5a

Primitivus: chat window / text sending. Primitivus has now the most basics features \o/ - core: new getVersion method - primitivus: new debug key (C-d), only work if SàT is in dev version (D in version) - quick_app: new post_init method, used for automatique task like auto-plug - primitivus: lists now use genericList (Box) or List (Flow) - primitivus: List now manage correctly its size - primitivus: new FocusFrame widget which manage focus changing with 'tab' - primitivus: advancedEdit now manage 'click' signal - primitivus: contactList now manager 'change' and 'click' signals - primitivus: Chat window now working
author Goffi <goffi@goffi.org>
date Mon, 05 Jul 2010 19:13:36 +0800
parents 8f2ed279784b
children
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_contact_management.py	Sat Jul 03 13:56:44 2010 +0800
+++ b/frontends/quick_frontend/quick_contact_management.py	Mon Jul 05 19:13:36 2010 +0800
@@ -80,7 +80,8 @@
                 #no more resource available: the contact seems really disconnected
                 del self.__contactlist[entity.short]
         except KeyError:
-            pass
+            error(_('INTERNAL ERROR: Key error'))
+            raise
 
     def update(self, entity, key, value):
         """Update attribute of contact