ftp_manager. version 0.3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[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/
|
||||
|
||||
Reference in New Issue
Block a user