SugarLongPressController: default the trigger_delay property to 600ms

Discussed and compared options with Gary.
This commit is contained in:
Simon Schampijer 2012-11-05 16:15:54 +01:00
parent a515976dff
commit 8f4474f3f5

View File

@ -22,7 +22,7 @@
#include "sugar-long-press-controller.h"
#define DEFAULT_THRESHOLD 32
#define DEFAULT_TRIGGER_DELAY 800
#define DEFAULT_TRIGGER_DELAY 600
typedef struct _SugarLongPressControllerPriv SugarLongPressControllerPriv;