Plugin Installer. sort plugins(name). select root iter and set scrollbar
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Plugin Installer
|
name: Plugin Installer
|
||||||
short_name: plugin_installer
|
short_name: plugin_installer
|
||||||
version: 0.10.3
|
version: 0.10.4
|
||||||
description: Install and upgrade plugins from ftp
|
description: Install and upgrade plugins from ftp
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
Yann Leboulanger <asterix@lagaule.org>
|
Yann Leboulanger <asterix@lagaule.org>
|
||||||
|
|||||||
@@ -439,6 +439,8 @@ class PluginInstaller(GajimPlugin):
|
|||||||
if selection.count_selected_rows() == 0:
|
if selection.count_selected_rows() == 0:
|
||||||
root_iter = self.available_plugins_model.get_iter_root()
|
root_iter = self.available_plugins_model.get_iter_root()
|
||||||
selection.select_iter(root_iter)
|
selection.select_iter(root_iter)
|
||||||
|
scr_win = self.xml.get_object('scrolledwindow2')
|
||||||
|
scr_win.get_vadjustment().set_value(0)
|
||||||
|
|
||||||
|
|
||||||
class Ftp(threading.Thread):
|
class Ftp(threading.Thread):
|
||||||
|
|||||||
Reference in New Issue
Block a user