Do not show ftp warning dialog in the check updates
This commit is contained in:
parent
159dbdbe92
commit
084f0ed46d
|
@ -107,8 +107,7 @@ class PluginInstaller(GajimPlugin):
|
|||
con.quit()
|
||||
gobject.idle_add(self.warn_update, to_update)
|
||||
except Exception, e:
|
||||
WarningDialog(_('Ftp error'), str(e),
|
||||
gajim.interface.roster.window)
|
||||
log.debug('Ftp error when check updates: %s' % str(e))
|
||||
ftp = Ftp(self)
|
||||
ftp.run = _run
|
||||
ftp.start()
|
||||
|
|
Loading…
Reference in New Issue