[maemo-commits] [maemo-commits] r12777 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jul 23 11:43:50 EEST 2007
- Previous message: [maemo-commits] r12776 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r12778 - in projects/haf/trunk/hildon-1: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-07-23 11:43:49 +0300 (Mon, 23 Jul 2007) New Revision: 12777 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/src/hildon-window.h Log: 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. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-07-23 08:31:25 UTC (rev 12776) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-07-23 08:43:49 UTC (rev 12777) @@ -1,3 +1,9 @@ +2007-07-23 Michael Dominic Kostrzewa <michael.kostrzewa at 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 at nokia.com> * src/hildon-time-picker.c (hildon_time_picker_class_init, Modified: projects/haf/trunk/hildon-1/src/hildon-window.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-window.h 2007-07-23 08:31:25 UTC (rev 12776) +++ projects/haf/trunk/hildon-1/src/hildon-window.h 2007-07-23 08:43:49 UTC (rev 12777) @@ -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())
- Previous message: [maemo-commits] r12776 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r12778 - in projects/haf/trunk/hildon-1: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]