[maemo-commits] [maemo-commits] r16746 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Nov 20 13:02:58 EET 2008
- Previous message: [maemo-commits] r16745 - in projects/haf/trunk/hildon-thumbnail: . daemon/plugins
- Next message: [maemo-commits] r16747 - in projects/haf/trunk/osso-af-startup: debian services top-scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: rabinovich Date: 2008-11-20 13:02:57 +0200 (Thu, 20 Nov 2008) New Revision: 16746 Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c Log: temp fix for selection-changed signal to be sent 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-11-19 14:54:26 UTC (rev 16745) +++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c 2008-11-20 11:02:57 UTC (rev 16746) @@ -2563,8 +2563,9 @@ hildon_file_selection_enable_cursor_magic (self, self->priv->dir_filter); - self->priv->dir_tree = - gtk_tree_view_new_with_model(self->priv->dir_filter); +/* self->priv->dir_tree = */ +/* gtk_tree_view_new_with_model(self->priv->dir_filter); */ + self->priv->dir_tree = hildon_gtk_tree_view_new_with_model(HILDON_UI_MODE_EDIT, self->priv->dir_filter); //TODO col = gtk_tree_view_column_new(); gtk_tree_view_column_set_sizing(col, GTK_TREE_VIEW_COLUMN_AUTOSIZE);
- Previous message: [maemo-commits] r16745 - in projects/haf/trunk/hildon-thumbnail: . daemon/plugins
- Next message: [maemo-commits] r16747 - in projects/haf/trunk/osso-af-startup: debian services top-scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]