summaryrefslogtreecommitdiffstats
path: root/iw/GroupSelector.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/GroupSelector.py')
-rw-r--r--iw/GroupSelector.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/GroupSelector.py b/iw/GroupSelector.py
index 3f88bf81b..1e4e31bc2 100644
--- a/iw/GroupSelector.py
+++ b/iw/GroupSelector.py
@@ -292,6 +292,8 @@ class GroupSelector:
pix = None
self.groupstore.append(None,
[self.ayum.isGroupInstalled(grp),s,grp,pix])
+ tree = self.xml.get_widget("groupList")
+ tree.scroll_to_point(0, 0)
def _groupSelected(self, selection):
(model, i) = selection.get_selected()