[gnome-shell] messageTray: s/_useLongerHideTimeout/_useLongerTrayLeftTimeout/
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] messageTray: s/_useLongerHideTimeout/_useLongerTrayLeftTimeout/
- Date: Mon, 3 Sep 2012 14:21:44 +0000 (UTC)
commit 11086e8ef8d10768627aca6230145402acd34eb7
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Sep 3 16:16:40 2012 +0200
messageTray: s/_useLongerHideTimeout/_useLongerTrayLeftTimeout/
Typo introduced in 6d2d4fcc7767578f771e64a247200c17f2d004ce
js/ui/messageTray.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index a382c79..22a28b5 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1808,7 +1808,7 @@ const MessageTray = new Lang.Class({
// We wait just a little before hiding the message tray in case the user quickly moves the mouse back into it.
// We wait for a longer period if the notification popped up where the mouse pointer was already positioned.
// That gives the user more time to mouse away from the notification and mouse back in in order to expand it.
- let timeout = this._useLongerHideTimeout ? LONGER_HIDE_TIMEOUT * 1000 : HIDE_TIMEOUT * 1000;
+ let timeout = this._useLongerTrayLeftTimeout ? LONGER_HIDE_TIMEOUT * 1000 : HIDE_TIMEOUT * 1000;
this._trayLeftTimeoutId = Mainloop.timeout_add(timeout, Lang.bind(this, this._onTrayLeftTimeout));
}
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]