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@sugarlabs.org>2013-07-02 20:49:51 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-07-02 20:49:51 (GMT)
commitc6750ce2488cecf1a5b49bfaa943c25dda399cba (patch)
tree0f94e3625f320d5a8c0e7e225d80e0955927f9d7 /toolbar_utils.py
parente9b8b584710a717f2cf5ab5d49a87f8e74c2b326 (diff)
fix problem with toolbar overflow
Diffstat (limited to 'toolbar_utils.py')
-rw-r--r--toolbar_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolbar_utils.py b/toolbar_utils.py
index 607bf22..9600e0d 100644
--- a/toolbar_utils.py
+++ b/toolbar_utils.py
@@ -95,3 +95,5 @@ def separator_factory(toolbar, expand=False, visible=True):
separator.set_expand(expand)
toolbar.insert(separator, -1)
separator.show()
+ return separator
+