[drwright] Decrease red blinking frequency



commit c6d28c3bc9d7c351b5adf300b64bea4a5d5e201b
Author: Christian Persch <chpe gnome org>
Date:   Mon Feb 7 21:55:06 2011 +0100

    Decrease red blinking frequency

 src/drwright.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/drwright.c b/src/drwright.c
index 3544ae7..8045b3a 100644
--- a/src/drwright.c
+++ b/src/drwright.c
@@ -40,8 +40,8 @@
 #include "drw-timer.h"
 
 #ifndef HAVE_APP_INDICATOR
-#define BLINK_TIMEOUT        200
-#define BLINK_TIMEOUT_MIN    120
+#define BLINK_TIMEOUT        1000
+#define BLINK_TIMEOUT_MIN    500
 #define BLINK_TIMEOUT_FACTOR 100
 #endif /* HAVE_APP_INDICATOR */
 



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