[maemo-commits] [maemo-commits] r16959 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Dec 15 16:03:56 EET 2008
- Previous message: [maemo-commits] r16958 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Next message: [maemo-commits] r16960 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: yangli
Date: 2008-12-15 16:03:54 +0200 (Mon, 15 Dec 2008)
New Revision: 16959
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 13:26:04 UTC (rev 16958)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c 2008-12-15 14:03:54 UTC (rev 16959)
@@ -66,7 +66,6 @@
/* 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)
@@ -3309,10 +3308,8 @@
hildon_file_selection_setup_dnd_view(self, priv->dir_tree);
}
- gtk_widget_show_all (priv->hpaned);
- #ifdef HILDON_FREMANTLE_FM_UI
- gtk_widget_hide (priv->dir_tree);
- #endif
+ gtk_widget_show (priv->hpaned);
+ gtk_widget_show_all (priv->view_selector);
priv->cur_view = -1;
gtk_widget_hide (priv->scroll_list);
gtk_widget_hide (priv->scroll_thumb);
- Previous message: [maemo-commits] r16958 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Next message: [maemo-commits] r16960 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
