Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-07-06 13:31:01 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-07-24 16:48:01 (GMT)
commit23c3d41a8715ffd39355e9c32831281eac62570d (patch)
treea3e51fae585afa9836e972054f31b249bcc94f66
parent16506b00ee285fa4c5c1ad43e7b0f1e84802f86e (diff)
Do not cache the activity tray palette - OLPC #10978
Needed to update the secondary text if the title in the activity changes. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-By: Simon Schampijer <simon@laptop.org>
-rw-r--r--src/jarabe/frame/activitiestray.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/frame/activitiestray.py b/src/jarabe/frame/activitiestray.py
index 5445b49..2b5bf8d 100644
--- a/src/jarabe/frame/activitiestray.py
+++ b/src/jarabe/frame/activitiestray.py
@@ -54,6 +54,7 @@ class ActivityButton(RadioToolButton):
RadioToolButton.__init__(self, group=group)
self.set_palette_invoker(FrameWidgetInvoker(self))
+ self.palette_invoker.cache_palette = False
self._home_activity = home_activity
self._notify_launch_hid = None