summaryrefslogtreecommitdiff
path: root/plugins/python
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-09-17 20:49:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-09-17 20:49:05 (GMT)
commitf32b173243cf46f8a9cf84b610139b3d4bd20803 (patch)
treea91c4bf2371a2ded8bd8605f979cb89664567b61 /plugins/python
parent944fc0a5638bfe77fc65e514fbdd945d8a652635 (diff)
Fixed a bug when splitting panels.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@263 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins/python')
-rw-r--r--plugins/python/androperms/androperms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/androperms/androperms.py b/plugins/python/androperms/androperms.py
index 6d65ca4..c9af7c4 100644
--- a/plugins/python/androperms/androperms.py
+++ b/plugins/python/androperms/androperms.py
@@ -110,5 +110,5 @@ class AndroPerms(Plugin):
self._store = gtk.TreeStore(str, str)
self._tree.set_model(self._store)
- pi = PanelItem(name="Permissions", lname="Permissions", widget=self._scrolled_window, path="S")
+ pi = PanelItem(name="Permissions", lname="Permissions", widget=self._scrolled_window, path="SE")
pi.dock()