[gnome-shell/wip/paging-release: 67/85] AppDisplay: typo
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release: 67/85] AppDisplay: typo
- Date: Mon, 12 Aug 2013 14:46:54 +0000 (UTC)
commit d633aa655ee35a409ff6dff89a5f2ab3fbcaa55f
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Mon Aug 12 15:22:06 2013 +0200
AppDisplay: typo
js/ui/appDisplay.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 32039e6..166c7c3 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -683,7 +683,6 @@ const PaginationIndicator = new Lang.Class({
let [minWidth, natWidth] = children[0].get_preferred_width(natHeight);
let widthPerChild = natWidth + this._spacing * 2;
let firstPosition = [this._spacing, availHeight / 2 - totalUsedHeight / 2];
- global.log(" Indicator availL HEIGHT " + availHeight);
for(let i = 0; i < this._nPages; i++) {
let childBox = new Clutter.ActorBox();
childBox.x1 = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]