Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-05-30 09:46:25 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-05-30 09:46:25 (GMT)
commitf46220ee5c78540fc544bff5dcb2a208572456c1 (patch)
tree0f12671b170f926d8595ea83386b6a74e6ae9fcd
parent506e6488c8b5c8444aa25384bef4bdae99c61d07 (diff)
Display spinner cursor when saving after closing the activity, OLPC #11691
Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Daniel Drake <dsd@laptop.org> Tested-by: Manuel QuiƱones <manuq@laptop.org>
-rw-r--r--src/sugar/activity/activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar/activity/activity.py b/src/sugar/activity/activity.py
index fdf9827..34e9729 100644
--- a/src/sugar/activity/activity.py
+++ b/src/sugar/activity/activity.py
@@ -897,6 +897,7 @@ class Activity(Window, gtk.Container):
if not self.can_close():
return
+ self.window.set_cursor(gtk.gdk.Cursor(gtk.gdk.WATCH))
self.emit('_closing')
if not self._closing: