[gnome-shell/wip/paging-release: 65/74] Fixed visual animation changing pages when opening overview with shorcuts
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release: 65/74] Fixed visual animation changing pages when opening overview with shorcuts
- Date: Mon, 12 Aug 2013 21:15:41 +0000 (UTC)
commit 7b3deb1496fb3d11eb7bb66595e778e656c1016d
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 36e903b..8257703 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) {
@@ -720,7 +720,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]