plugin_installer. do not select root iter if treeview have selected row
This commit is contained in:
@@ -374,6 +374,7 @@ class PluginInstaller(GajimPlugin):
|
|||||||
|
|
||||||
def select_root_iter(self):
|
def select_root_iter(self):
|
||||||
selection = self.available_treeview.get_selection()
|
selection = self.available_treeview.get_selection()
|
||||||
|
if selection.count_selected_rows() == 0:
|
||||||
selection.select_iter(self.available_plugins_model.get_iter_root())
|
selection.select_iter(self.available_plugins_model.get_iter_root())
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user