[gnome-weather/gnome-3-8] Update to latest libgd



commit 8f991a3c237d455a0af67aad7d9f4e9981865807
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Mar 5 14:16:05 2013 -0500

    Update to latest libgd
    
    For a selection view fix.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695241

 src/window.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index 58a2b53..8d0a7c8 100644
--- a/src/window.js
+++ b/src/window.js
@@ -146,7 +146,7 @@ const MainWindow = new Lang.Class({
         this._header.pack_end(selectDone);
         this._pageWidgets[Page.WORLD].push(selectDone);
 
-        this._stack = new Gd.Stack();
+        this._stack = new Gd.Stack({ transition_type: Gd.StackTransitionType.CROSSFADE });
 
         this._cityView = new City.WeatherView({ hexpand: true,
                                                 vexpand: true });


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