prevent tracebacks
This commit is contained in:
@@ -450,7 +450,9 @@ class PluginInstaller(GajimPlugin):
|
||||
root_iter = self.available_plugins_model.get_iter_first()
|
||||
selection.select_iter(root_iter)
|
||||
scr_win = self.xml.get_object('scrolledwindow2')
|
||||
scr_win.get_vadjustment().set_value(0)
|
||||
vadjustment = scr_win.get_vadjustment()
|
||||
if vadjustment:
|
||||
vadjustment.set_value(0)
|
||||
|
||||
|
||||
class Ftp(threading.Thread):
|
||||
|
||||
Reference in New Issue
Block a user