[frogr] Reduced the default timeout for showing dialogs to half the time



commit f160bfe3ad379284edbaa271af4419c3bb5e1f0f
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sat Apr 23 21:00:49 2011 +0200

    Reduced the default timeout for showing dialogs to half the time

 src/frogr-controller.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 3116061..6cada5f 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -46,7 +46,7 @@
 
 #define API_KEY "18861766601de84f0921ce6be729f925"
 #define SHARED_SECRET "6233fbefd85f733a"
-#define DEFAULT_TIMEOUT 100
+#define DEFAULT_TIMEOUT 50
 
 #define FROGR_CONTROLLER_GET_PRIVATE(object)                    \
   (G_TYPE_INSTANCE_GET_PRIVATE ((object),                       \



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