Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
Diffstat (limited to 'sugar')
-rw-r--r--sugar/graphics/palette.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py
index a8b4a3d..2b5b671 100644
--- a/sugar/graphics/palette.py
+++ b/sugar/graphics/palette.py
@@ -303,6 +303,8 @@ class Palette(gtk.Window):
self.emit('popup')
def _hide(self):
+ self._secondary_anim.stop()
+
if not self._palette_popup_sid is None:
_palette_observer.disconnect(self._palette_popup_sid)
self._palette_popup_sid = None