better comment

This commit is contained in:
Nikos Kouremenos 2005-06-06 22:38:39 +00:00
parent 325e5f51e4
commit b4469f8fa8
1 changed files with 2 additions and 2 deletions

View File

@ -450,9 +450,9 @@ class Roster_window:
if window.get_response() == gtk.RESPONSE_YES:
gajim.connections[account].unsubscribe_agent(user.jid + '/' \
+ user.resource)
# remove transport from listview
# remove transport from treeview
self.remove_user(user, account)
# remove transport's contacts from listview
# remove transport's contacts from treeview
for jid, contacts in self.contacts[account].items():
contact = contacts[0]
if jid.endswith('@' + user.jid):