Skip to content
Snippets Groups Projects
Commit fcf9a8e7 authored by Dicson's avatar Dicson
Browse files

ftp_manager. version 0.3

parent 95911d62
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,7 @@ class ClientsIconsPlugin(GajimPlugin):
iter_ = roster._get_contact_iter(iq_obj.jid, iq_obj.conn.name, contact,
roster.model)[0]
if contact != iq_obj.contact:
# higest contact changed
caps = contact.client_caps._node
self.set_icon(roster.model, iter_, self.renderer_num, caps)
return
......
......@@ -37,6 +37,7 @@ class FtpManager(GajimPlugin):
self.pl_menuitem.disconnect(self.id_)
if hasattr(self, 'page_num'):
self.notebook.remove_page(self.page_num)
self.notebook.set_current_page(0)
if hasattr(self, 'ftp'):
del self.ftp
......
[info]
name: Ftp Manager
short_name: ftp_manager
version: 0.2
version: 0.3
description: Install and upgrade plugins from ftp
authors: Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/
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