Skip to content
Snippets Groups Projects
Commit b4469f8f authored by nkour's avatar nkour
Browse files

better comment

parent 325e5f51
No related branches found
No related tags found
No related merge requests found
......@@ -450,9 +450,9 @@ def on_remove_agent(self, widget, user, account):
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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment