Changing the long key press time from 1500ms to 800ms as requested in NB#63700. I...
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 23 Jul 2007 08:43:49 +0000 (08:43 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 23 Jul 2007 08:43:49 +0000 (08:43 +0000)
ChangeLog
src/hildon-window.h

index 547be74..27d41ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-window.h: Changing the long key press time from 1500ms to
+       800ms as requested in NB#63700. I have a bad feeling about this, let's
+       see... Fixes NB#63700.
+
 2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
 
        * src/hildon-time-picker.c (hildon_time_picker_class_init,
index d9c3a28..7ff7dab 100644 (file)
@@ -36,7 +36,7 @@
 
 G_BEGIN_DECLS
 
-#define                                         HILDON_WINDOW_LONG_PRESS_TIME 1500 /* in ms */
+#define                                         HILDON_WINDOW_LONG_PRESS_TIME 800 /* in ms */
 
 #define                                         HILDON_TYPE_WINDOW \
                                                 (hildon_window_get_type())