SugarLongPressController: default the trigger_delay property to 600ms

Discussed and compared options with Gary.
master
Simon Schampijer 12 years ago
parent a515976dff
commit 8f4474f3f5

@ -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;

Loading…
Cancel
Save