Plugin Installer. sort plugins(name). select root iter and set scrollbar

This commit is contained in:
Denis Fomin
2012-08-16 22:41:09 +04:00
parent 1bf625345a
commit 4e1fb53150
2 changed files with 3 additions and 1 deletions

View File

@@ -439,6 +439,8 @@ class PluginInstaller(GajimPlugin):
if selection.count_selected_rows() == 0:
root_iter = self.available_plugins_model.get_iter_root()
selection.select_iter(root_iter)
scr_win = self.xml.get_object('scrolledwindow2')
scr_win.get_vadjustment().set_value(0)
class Ftp(threading.Thread):