r7061 - bigboard/trunk/bigboard
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7061 - bigboard/trunk/bigboard
- Date: Fri, 14 Dec 2007 15:42:54 -0600 (CST)
Author: hp
Date: 2007-12-14 15:42:54 -0600 (Fri, 14 Dec 2007)
New Revision: 7061
Modified:
bigboard/trunk/bigboard/people_tracker.py
Log:
fix comments
Modified: bigboard/trunk/bigboard/people_tracker.py
===================================================================
--- bigboard/trunk/bigboard/people_tracker.py 2007-12-14 21:37:11 UTC (rev 7060)
+++ bigboard/trunk/bigboard/people_tracker.py 2007-12-14 21:42:54 UTC (rev 7061)
@@ -534,14 +534,12 @@
self.emit('removed', person)
def __is_hidden_by(self, hidden, hider):
- ## the eventual idea is that contacts hide IM buddies they
- ## correspond to (buddies are merged into contacts)
+ ## the idea is that contacts hide IM buddies they correspond
+ ## to (buddies are merged into contacts)
if hidden == hider:
return False
- ## lame hack for testing, since buddies and contacts made from
- ## buddies have the same display name
if hider.is_contact and \
(hidden.resource == hider.aim_buddy or hidden.resource == hider.xmpp_buddy):
return True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]