[maemo-commits] [maemo-commits] r11895 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon May 28 15:14:10 EEST 2007
- Previous message: [maemo-commits] r11894 - projects/haf/trunk/gtk+/debian
- Next message: [maemo-commits] r11896 - projects/haf/trunk/gtk+/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-05-28 15:14:09 +0300 (Mon, 28 May 2007) New Revision: 11895 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/src/hildon-date-editor.c Log: Changing the default max year to 2037 in HildonDateEditor. The max/min year properties can be altered, so the client can modify it anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-05-28 12:09:02 UTC (rev 11894) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-05-28 12:14:09 UTC (rev 11895) @@ -1,5 +1,11 @@ 2007-05-28 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * src/hildon-date-editor.c: Changing the default max year to 2037. The + max/min year properties can be altered, so the client can modify it + anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147. + +2007-05-28 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * src/hildon-calendar.c: Removing the unused 'hildonlike' property, making hildonlike by default. Fixing a problem with disappearing arrows when scrolling through months and years. Fixes NB#54127. Modified: projects/haf/trunk/hildon-1/src/hildon-date-editor.c =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-date-editor.c 2007-05-28 12:09:02 UTC (rev 11894) +++ projects/haf/trunk/hildon-1/src/hildon-date-editor.c 2007-05-28 12:14:09 UTC (rev 11895) @@ -84,7 +84,7 @@ #define DEFAULT_MIN_YEAR 1970 -#define DEFAULT_MAX_YEAR 3000 +#define DEFAULT_MAX_YEAR 2037 static GtkContainerClass* parent_class;
- Previous message: [maemo-commits] r11894 - projects/haf/trunk/gtk+/debian
- Next message: [maemo-commits] r11896 - projects/haf/trunk/gtk+/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]