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:56:34 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-05-30 09:56:34 (GMT)
commitab643a1076f4b8ec5d7b72df75bbdb42ef4027ee (patch)
tree4872e02d9f1cc6c882483ce3d676b66afd69ad0a
parentfd7b599710a50d847b63e7c298d280caa4b04453 (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/sugar3/activity/activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar3/activity/activity.py b/src/sugar3/activity/activity.py
index 808cccb..4dea554 100644
--- a/src/sugar3/activity/activity.py
+++ b/src/sugar3/activity/activity.py
@@ -937,6 +937,7 @@ class Activity(Window, Gtk.Container):
if not self.can_close():
return
+ self.get_window().set_cursor(Gdk.Cursor(Gdk.CursorType.WATCH))
self.emit('_closing')
if not self._closing: