Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-09-19 08:24:43 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-09-19 08:24:43 (GMT)
commite1021d065e7a859f4e2db7d69f1d50a077d9b3a9 (patch)
tree1abc7f4c2444359886786cf59234ad5d9f851e60 /src
parent2c4ebbac6dfbf409c8cada725e05867685ed2e4f (diff)
We should not call _update_separators from outside Palette, it's private. If that's required to make things work, then there is a bug in Palette we need to fix.
Diffstat (limited to 'src')
-rw-r--r--src/view/home/HomeBox.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/home/HomeBox.py b/src/view/home/HomeBox.py
index 81c328d..0d569ca 100644
--- a/src/view/home/HomeBox.py
+++ b/src/view/home/HomeBox.py
@@ -339,8 +339,6 @@ class FavoritesButton(RadioToolButton):
layoutid)
layouts_grid.show_all()
self.props.palette.set_content(layouts_grid)
- self.props.palette._update_separators()
-
def __layout_activate_cb(self, menu_item, layout):
if not menu_item.get_active():