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 6a7fa52879.
This commit is contained in:
Florian Müllner 2014-08-31 01:16:00 +02:00
parent a00762ddd9
commit 746a8692ac

View File

@ -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
},