[gnome-shell/wip/paging-release: 77/85] Fixed visual animation changing pages when opening overview with shorcuts



commit 8f65e5f77c75675d9c09b9e7d0e4b1a926bf6246
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Tue Jul 30 16:06:49 2013 +0200

    Fixed visual animation changing pages when opening overview with
    shorcuts

 js/ui/appDisplay.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index e750c94..edc53d6 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -214,7 +214,7 @@ const AppPages = new Lang.Class({
     /**
      * Pan view with items to make space for the folder view.
      * @param folderNVisibleRowsAtOnce this parameter tell how many rows the folder view has, but,
-     * it is already constrianed to be at maximum of main grid rows least one, to ensure we have
+     * it is already constrained to be at maximum of main grid rows least one, to ensure we have
      * enough space to show the folder view.
      */
     makeSpaceForPopUp: function(iconActor, side, folderNVisibleRowsAtOnce) {
@@ -721,7 +721,7 @@ const AllView = new Lang.Class({
 
         this._paginationView._pages._grid.connect('n-pages-changed', Lang.bind(this, this._updatedNPages));
         // Always start at page 0 when we enter and quit overview
-        Main.overview.connect('shown', Lang.bind(this, function() {this.goToPage(0);}));
+        Main.overview.connect('hidden', Lang.bind(this, function() {this.goToPage(0);}));
     },
     
     _updatedNPages: function(iconGrid, nPages) {


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