[maemo-commits] [maemo-commits] r16030 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Sep 5 13:31:01 EEST 2008
- Previous message: [maemo-commits] r16029 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r16031 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: yangli Date: 2008-09-05 13:31:00 +0300 (Fri, 05 Sep 2008) New Revision: 16030 Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c Log: correction of one warning Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c =================================================================== --- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c 2008-09-05 09:14:53 UTC (rev 16029) +++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c 2008-09-05 10:31:00 UTC (rev 16030) @@ -696,7 +696,7 @@ if (icon) /* It's possible that we don't get an icon */ { gtk_image_set_from_pixbuf(GTK_IMAGE(priv->image_location), icon); - hildon_button_set_image(GTK_BUTTON(priv->location_button), + hildon_button_set_image(HILDON_BUTTON(priv->location_button), gtk_image_new_from_pixbuf(icon)); hildon_button_set_image_position(HILDON_BUTTON(priv->location_button), GTK_POS_LEFT);
- Previous message: [maemo-commits] r16029 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r16031 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]