[maemo-commits] [maemo-commits] r16937 - in projects/haf/branches/hildon-fm/fremantle: . debian hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Dec 11 14:07:15 EET 2008
- Previous message: [maemo-commits] r16936 - projects/haf/trunk/raptor
- Next message: [maemo-commits] r16938 - projects/haf/trunk/raptor/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: rabinovich Date: 2008-12-11 14:07:14 +0200 (Thu, 11 Dec 2008) New Revision: 16937 Modified: projects/haf/branches/hildon-fm/fremantle/ChangeLog projects/haf/branches/hildon-fm/fremantle/debian/changelog projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c Log: removed "number of items in the folder" line Modified: projects/haf/branches/hildon-fm/fremantle/ChangeLog =================================================================== --- projects/haf/branches/hildon-fm/fremantle/ChangeLog 2008-12-11 10:34:50 UTC (rev 16936) +++ projects/haf/branches/hildon-fm/fremantle/ChangeLog 2008-12-11 12:07:14 UTC (rev 16937) @@ -1,3 +1,8 @@ +2008-12-11 Valentin Rabinovich <valentin.rabinovich at d\igia.com> + + * hildon-file-selection.c: + removed number of items reported for folders in thumb-view + 2008-12-05 Yang Li <yang.li at d\igia.com> * hildon-fm/hildon-file-system-model.c: no scanning for the sub-folders in building the invisible root Modified: projects/haf/branches/hildon-fm/fremantle/debian/changelog =================================================================== --- projects/haf/branches/hildon-fm/fremantle/debian/changelog 2008-12-11 10:34:50 UTC (rev 16936) +++ projects/haf/branches/hildon-fm/fremantle/debian/changelog 2008-12-11 12:07:14 UTC (rev 16937) @@ -1,3 +1,9 @@ +libhildonfm (1:2.1.1-unreleased) unstable; urgency=low + + * removed number of items reported for folders in thumb-view + + -- Valentin Rabinovich <valentin.rabinovich at d\igia.com> Thu, 11 Dec 2008 18:02:50 +0300 + libhildonfm (1:2.1.0) unstable; urgency=low * bump version for a major update 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-11 10:34:50 UTC (rev 16936) +++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c 2008-12-11 12:07:14 UTC (rev 16937) @@ -2002,6 +2002,7 @@ } else if (is_folder) { +#if 0 //fremantle gint n = gtk_tree_model_iter_n_children(model, iter); g_snprintf(buffer2, sizeof(buffer2), @@ -2009,6 +2010,8 @@ "sfil_li_folder_contents_item", "sfil_li_folder_contents_items", n), n ); line2 = buffer2; +#endif + line2 = ""; } else {
- Previous message: [maemo-commits] r16936 - projects/haf/trunk/raptor
- Next message: [maemo-commits] r16938 - projects/haf/trunk/raptor/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]