[gnome-shell] telepathyClient: Increase the timestamp timeout to 3 minutes



commit 681ef1efecc6276f52379d9e4607f2f49be9ef90
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Sat Jun 22 19:21:32 2013 +0200

    telepathyClient: Increase the timestamp timeout to 3 minutes
    
    The timestamp timeout specifies how long we should wait before
    adding a timestamp to the notification. A timeout of one minute
    ended up showing a lot of timestamps, so increase it to 3 minutes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687809

 js/ui/components/telepathyClient.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js
index 8d4520d..72bc010 100644
--- a/js/ui/components/telepathyClient.js
+++ b/js/ui/components/telepathyClient.js
@@ -18,7 +18,7 @@ const Params = imports.misc.params;
 const PopupMenu = imports.ui.popupMenu;
 
 // See Notification.appendMessage
-const SCROLLBACK_IMMEDIATE_TIME = 60; // 1 minute
+const SCROLLBACK_IMMEDIATE_TIME = 3 * 60; // 3 minutes
 const SCROLLBACK_RECENT_TIME = 15 * 60; // 15 minutes
 const SCROLLBACK_RECENT_LENGTH = 20;
 const SCROLLBACK_IDLE_LENGTH = 5;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]