[gnome-control-center] wacom: Fix comment for timeout duration



commit bf68dfb62dd4629128a906efcf704e887d3039fa
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 9 12:18:48 2013 +0200

    wacom: Fix comment for timeout duration
    
    The comment mentioned 5 seconds, but we use 15 seconds.

 panels/wacom/calibrator/calibrator-gui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/wacom/calibrator/calibrator-gui.c b/panels/wacom/calibrator/calibrator-gui.c
index 346f804..3494b27 100644
--- a/panels/wacom/calibrator/calibrator-gui.c
+++ b/panels/wacom/calibrator/calibrator-gui.c
@@ -74,7 +74,7 @@ struct CalibArea
 #define WINDOW_OPACITY          0.9
 
 /* Timeout parameters */
-#define MAX_TIME                15000 /* 5000 = 5 sec */
+#define MAX_TIME                15000 /* 15000 = 15 sec */
 #define END_TIME                750   /*  750 = 0.75 sec */
 
 /* Text printed on screen */


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