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



commit ef3a1f0e2b24e2075fcfedab3f5a3bf98970d29c
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 8260c5d..3be11d5 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -213,7 +213,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]