[gnome-shell/wip/paging-release: 75/93] AppDisplay: typo
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release: 75/93] AppDisplay: typo
- Date: Mon, 12 Aug 2013 17:18:05 +0000 (UTC)
commit 0ed1d65a5ac20c4def88339948dd87e91861afc3
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 dd0452e..7b72bc6 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]