[gnome-shell] overviewControls: Don't update translation on slideIn()
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] overviewControls: Don't update translation on slideIn()
- Date: Mon, 1 Sep 2014 22:20:03 +0000 (UTC)
commit 746a8692ac926702d42c72554469a6f48ad1cfbf
Author: Florian Müllner <fmuellner gnome org>
Date: Sun Aug 31 01:16:00 2014 +0200
overviewControls: Don't update translation on slideIn()
The comment is right, updating the translation should be deferred
to pageEmpty, or else overview controls will just pop up instead
of sliding in. So revert that part of commit 6a7fa52879d53.
js/ui/overviewControls.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/overviewControls.js b/js/ui/overviewControls.js
index e37ee70..9fe1dfd 100644
--- a/js/ui/overviewControls.js
+++ b/js/ui/overviewControls.js
@@ -217,7 +217,6 @@ const SlidingControl = new Lang.Class({
slideIn: function() {
this._visible = true;
- this._updateTranslation();
// we will update slideX and the translation from pageEmpty
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]