Do not show ftp warning dialog in the check updates

This commit is contained in:
Denis Fomin 2011-11-11 22:40:04 +03:00
parent 159dbdbe92
commit 084f0ed46d
1 changed files with 1 additions and 2 deletions

View File

@ -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()