[maemo-commits] [maemo-commits] r16991 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Dec 16 18:26:01 EET 2008
- Previous message: [maemo-commits] r16990 - projects/haf/tags/hildon-fm
- Next message: [maemo-commits] r16992 - projects/haf/tags/hildon-fm/1_2.1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: rabinovich Date: 2008-12-16 18:26:00 +0200 (Tue, 16 Dec 2008) New Revision: 16991 Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-model.c Log: include local-device.h Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-model.c =================================================================== --- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-model.c 2008-12-16 16:08:43 UTC (rev 16990) +++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-model.c 2008-12-16 16:26:00 UTC (rev 16991) @@ -51,6 +51,7 @@ #include "hildon-file-common-private.h" #include "hildon-file-system-special-location.h" #include "hildon-file-system-root.h" +#include "hildon-file-system-local-device.h" /*#define DEBUG*/ @@ -2617,6 +2618,7 @@ } else { if(HILDON_IS_FILE_SYSTEM_ROOT(node->data)) { + setup_node_for_location(result); } if(HILDON_IS_FILE_SYSTEM_LOCAL_DEVICE(node->data)) {
- Previous message: [maemo-commits] r16990 - projects/haf/tags/hildon-fm
- Next message: [maemo-commits] r16992 - projects/haf/tags/hildon-fm/1_2.1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]