[gnome-documents] embed: ensure we move out the loading spinner going back from preview



commit 6fc1343dd672d6767cab040677d7233005fa3491
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Mar 23 16:50:17 2012 -0400

    embed: ensure we move out the loading spinner going back from preview
    
    The spinner might still be visible if we go back to the overview while a
    document is loading. Ensure this doesn't happen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672724

 src/embed.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index a3f5377..1ec6c77 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -270,6 +270,7 @@ ViewEmbed.prototype  = {
             this._preview = null;
         }
 
+        this._spinnerBox.moveOut();
         this._docModel = null;
     },
 



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