[maemo-commits] [maemo-commits] r16580 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Nov 5 16:19:23 EET 2008
- Previous message: [maemo-commits] r16579 - in projects/haf/trunk/hildon-thumbnail: . daemon tests thumbs
- Next message: [maemo-commits] r16581 - projects/haf/branches/hildon-fm/fremantle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: yangli Date: 2008-11-05 16:19:22 +0200 (Wed, 05 Nov 2008) New Revision: 16580 Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c Log: use null as default device name if failed to get one, file type selection dialog is unfinished 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-11-05 12:52:06 UTC (rev 16579) +++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c 2008-11-05 14:19:22 UTC (rev 16580) @@ -2260,8 +2260,7 @@ G_CALLBACK (hildon_response_path_button_clicked), self); gtk_widget_show(priv->path_button); - priv->path_label = g_object_new(GTK_TYPE_LABEL, "label", "Nokia Nxxx/", - "xalign", 0.0f, NULL); + priv->path_label = g_object_new(GTK_TYPE_LABEL, "xalign", 0.0f, NULL); gtk_widget_show(priv->path_label); priv->action_button =
- Previous message: [maemo-commits] r16579 - in projects/haf/trunk/hildon-thumbnail: . daemon tests thumbs
- Next message: [maemo-commits] r16581 - projects/haf/branches/hildon-fm/fremantle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]