[gnome-documents/gnome-3-6] notifications: start spinner when showing indexing notification



commit 3e227229e0016cd894435af142c1a1da8420c430
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Sep 29 02:08:45 2012 -0400

    notifications: start spinner when showing indexing notification

 src/notifications.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/notifications.js b/src/notifications.js
index a005e5c..b36d56e 100644
--- a/src/notifications.js
+++ b/src/notifications.js
@@ -142,6 +142,7 @@ const IndexingNotification = new Lang.Class({
 
         let spinner = new Gtk.Spinner({ width_request: 16,
                                         height_request: 16 });
+        spinner.start();
         this.widget.add(spinner);
 
         let labels = new Gtk.Grid({ orientation: Gtk.Orientation.VERTICAL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]