Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar_utils.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2013-02-25 13:56:03 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-02-25 13:56:03 (GMT)
commit3bf613acb243688e22ea7aa71c72a94ae1540f85 (patch)
tree3abff150c090b00039e908c26e27ac3024a16a8c /toolbar_utils.py
parentc186c76f3c2c9c3c5767d9d17285f18bf1086388 (diff)
turns out that just removing the separators is enoughv47
Diffstat (limited to 'toolbar_utils.py')
-rw-r--r--toolbar_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbar_utils.py b/toolbar_utils.py
index d8fa9b4..2903f0b 100644
--- a/toolbar_utils.py
+++ b/toolbar_utils.py
@@ -95,3 +95,4 @@ def separator_factory(toolbar, expand=False, visible=True):
separator.set_expand(expand)
toolbar.insert(separator, -1)
separator.show()
+ return separator