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