From 392a426ddffcb159f8aa0228ee701f7c87666f89 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Wed, 4 Sep 2013 09:34:50 +0200 Subject: [PATCH] iconGrid: typo in iconGrid this._vItemSize to this._getVItemSize() --- js/ui/iconGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js index 9ac4549ad..3715044eb 100644 --- a/js/ui/iconGrid.js +++ b/js/ui/iconGrid.js @@ -697,7 +697,7 @@ const PaginatedIconGrid = new Lang.Class({ }, _translateChildren: function(children, direction, nRows) { - let translationY = nRows * (this._vItemSize + this._getSpacing()); + let translationY = nRows * (this._getVItemSize() + this._getSpacing()); if (translationY == 0) return;