[maemo-commits] [maemo-commits] r10445 - in projects/haf/branches/hildon-libs/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Mar 7 10:37:00 EET 2007
- Previous message: [maemo-commits] r10444 - in projects/haf/branches/hildon-libs/hildon-1: . examples src
- Next message: [maemo-commits] r10446 - in projects/haf/branches/hildon-libs/hildon-1: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-03-07 10:36:59 +0200 (Wed, 07 Mar 2007) New Revision: 10445 Modified: projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 projects/haf/branches/hildon-libs/hildon-1/src/hildon-time-picker.c Log: Renaming gtk-timeout-update to gtk-timeout-repeat. Modified: projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 =================================================================== --- projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 2007-03-07 08:23:37 UTC (rev 10444) +++ projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 2007-03-07 08:36:59 UTC (rev 10445) @@ -1,5 +1,10 @@ 2007-03-07 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * src/hildon-time-picker.c: Renaming gtk-timeout-update to + gtk-timeout-repeat. + +2007-03-07 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * examples/hildon-hvolumebar-example.c: * examples/hildon-vvolumebar-example.c: Making the bars in examples larger to see if theeming is correct. Modified: projects/haf/branches/hildon-libs/hildon-1/src/hildon-time-picker.c =================================================================== --- projects/haf/branches/hildon-libs/hildon-1/src/hildon-time-picker.c 2007-03-07 08:23:37 UTC (rev 10444) +++ projects/haf/branches/hildon-libs/hildon-1/src/hildon-time-picker.c 2007-03-07 08:36:59 UTC (rev 10445) @@ -855,7 +855,7 @@ { /* Get button press repeater timeout from settings (in milliseconds) */ g_object_get (gtk_widget_get_settings ((GtkWidget *) tpicker), - "gtk-timeout-update", &key_repeat, NULL); + "gtk-timeout-repeat", &key_repeat, NULL); /* This is the first repeat. Shorten the timeout to key_repeat (instead of the first time's 3*key_repeat) */
- Previous message: [maemo-commits] r10444 - in projects/haf/branches/hildon-libs/hildon-1: . examples src
- Next message: [maemo-commits] r10446 - in projects/haf/branches/hildon-libs/hildon-1: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]