[gnome-shell/wip/paging-release: 19/38] AppDisplay: typo
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release: 19/38] AppDisplay: typo
- Date: Tue, 13 Aug 2013 20:12:36 +0000 (UTC)
commit fc91cdc590325830f219a8adb846ce20abb2bd9c
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 0a5aa97..e194f31 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]