From c18a6837ac213fc4105105ded3cb25d3e55ff8fd Mon Sep 17 00:00:00 2001 From: Dafydd Harries Date: Mon, 09 Apr 2007 14:30:56 +0000 Subject: add comment --- (limited to 'chat.py') diff --git a/chat.py b/chat.py index 9c9dc11..47302b5 100644 --- a/chat.py +++ b/chat.py @@ -76,6 +76,7 @@ class Chat(Activity): def received_cb(self, id, timestamp, sender, type, flags, text): try: aliasing_iface = dbus.Interface(self.conn, tp_conn_aliasing) + # XXX: cache this alias = aliasing_iface.RequestAliases([sender])[0] print '%s: %s' % (alias, text) icon = CanvasIcon( -- cgit v0.9.1