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



commit 792bb81cb8f8929b1deda0ce480f2cc9365a36a1
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]