Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/radiopalette.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-07-13 01:40:23 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-07-13 01:40:23 (GMT)
commit442034bb8b5deb9706d51f1343b3524737b3d4d4 (patch)
treec246a2fab311da099a5ac81bac8884e517967976 /src/sugar/graphics/radiopalette.py
parent55609885de00509097af840427f1688bb68b136a (diff)
Support new toolbars widgets in activity.py
Diffstat (limited to 'src/sugar/graphics/radiopalette.py')
-rw-r--r--src/sugar/graphics/radiopalette.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sugar/graphics/radiopalette.py b/src/sugar/graphics/radiopalette.py
index 2adaa0e..c9387dd 100644
--- a/src/sugar/graphics/radiopalette.py
+++ b/src/sugar/graphics/radiopalette.py
@@ -107,6 +107,8 @@ class RadioPalette(Palette):
if not children:
self.__toggled_cb(button, True)
+ return button
+
def update_button(self):
for i in self.top.get_children():
self.__toggled_cb(i, True)