[maemo-commits] [maemo-commits] r13599 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 5 15:01:06 EEST 2007
- Previous message: [maemo-commits] r13598 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r13600 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-09-05 15:01:02 +0300 (Wed, 05 Sep 2007) New Revision: 13599 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/src/hildon-volumebar.c projects/haf/trunk/hildon-1/src/hildon-volumebar.h Log: Changing the GtkWidget to HildonVolumebar in hildon_volumebar_set_range_insensitive_message and hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-09-05 11:48:33 UTC (rev 13598) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-09-05 12:01:02 UTC (rev 13599) @@ -1,5 +1,12 @@ 2007-09-05 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * src/hildon-volumebar.c: + * src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in + hildon_volumebar_set_range_insensitive_message and + hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848. + +2007-09-05 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * src/hildon-window.c: Fixing the border freeing on destroy. 2007-09-05 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Modified: projects/haf/trunk/hildon-1/src/hildon-volumebar.c =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-volumebar.c 2007-09-05 11:48:33 UTC (rev 13598) +++ projects/haf/trunk/hildon-1/src/hildon-volumebar.c 2007-09-05 12:01:02 UTC (rev 13599) @@ -710,7 +710,7 @@ * the volumebar. */ void -hildon_volumebar_set_range_insensitive_message (GtkWidget *widget, +hildon_volumebar_set_range_insensitive_message (HildonVolumebar *widget, const gchar *message) { g_return_if_fail (HILDON_IS_VOLUMEBAR (widget)); @@ -730,7 +730,7 @@ * A helper printf-like variant of hildon_helper_set_insensitive_message. */ void -hildon_volumebar_set_range_insensitive_messagef (GtkWidget *widget, +hildon_volumebar_set_range_insensitive_messagef (HildonVolumebar *widget, const gchar *format, ...) { Modified: projects/haf/trunk/hildon-1/src/hildon-volumebar.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-volumebar.h 2007-09-05 11:48:33 UTC (rev 13598) +++ projects/haf/trunk/hildon-1/src/hildon-volumebar.h 2007-09-05 12:01:02 UTC (rev 13599) @@ -89,11 +89,11 @@ hildon_volumebar_get_adjustment (HildonVolumebar *self); void -hildon_volumebar_set_range_insensitive_message (GtkWidget *widget, +hildon_volumebar_set_range_insensitive_message (HildonVolumebar *widget, const gchar *message); void -hildon_volumebar_set_range_insensitive_messagef (GtkWidget *widget, +hildon_volumebar_set_range_insensitive_messagef (HildonVolumebar *widget, const gchar *format, ...);
- Previous message: [maemo-commits] r13598 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r13600 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]