[maemo-commits] [maemo-commits] r16958 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Dec 15 15:26:04 EET 2008
- Previous message: [maemo-commits] r16956 - in projects/haf/trunk/hildon-thumbnail: . debian
- Next message: [maemo-commits] r16959 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: yangli Date: 2008-12-15 15:26:04 +0200 (Mon, 15 Dec 2008) New Revision: 16958 Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c Log: hide the navigation pane while starting up Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c =================================================================== --- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c 2008-12-15 09:45:24 UTC (rev 16957) +++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c 2008-12-15 13:26:04 UTC (rev 16958) @@ -66,7 +66,7 @@ /* These sizes are even more confusing. Magical constant is now 1!?# */ #define TREE_CELL_HEIGHT (30 + 1) - +#define HILDON_FREMANTLE_FM_UI G_DEFINE_TYPE(HildonFileSelection, hildon_file_selection, GTK_TYPE_CONTAINER) @@ -3310,6 +3310,9 @@ } gtk_widget_show_all (priv->hpaned); + #ifdef HILDON_FREMANTLE_FM_UI + gtk_widget_hide (priv->dir_tree); + #endif priv->cur_view = -1; gtk_widget_hide (priv->scroll_list); gtk_widget_hide (priv->scroll_thumb);
- Previous message: [maemo-commits] r16956 - in projects/haf/trunk/hildon-thumbnail: . debian
- Next message: [maemo-commits] r16959 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]