[gnome-calendar] window: change refresh times
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] window: change refresh times
- Date: Tue, 6 Jan 2015 00:35:36 +0000 (UTC)
commit 96aa73164f1482a97c35dc6f18964a5422b39eec
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Jan 5 22:35:23 2015 -0200
window: change refresh times
Make them as 15min for active windows and 1h for innactive windows.
src/gcal-window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcal-window.c b/src/gcal-window.c
index 1221d46..c123e94 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -117,8 +117,8 @@ enum
};
#define SAVE_GEOMETRY_ID_TIMEOUT 100 /* ms */
-#define FAST_REFRESH_TIMEOUT 300000 /* ms */
-#define SLOW_REFRESH_TIMEOUT 1200000 /* ms */
+#define FAST_REFRESH_TIMEOUT 900000 /* ms */
+#define SLOW_REFRESH_TIMEOUT 3600000 /* ms */
static gboolean key_pressed (GtkWidget *widget,
GdkEvent *event,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]