[maemo-commits] [maemo-commits] r14439 - projects/haf/trunk/hildon-fm/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Oct 12 14:06:25 EEST 2007
Author: marivoll
Date: 2007-10-12 14:06:24 +0300 (Fri, 12 Oct 2007)
New Revision: 14439

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-model.c
Log:
	* hildon-fm/hildon-file-system-model.c
	(hildon_file_system_model_constructor): Set
	first_root_scan_completed to TRUE when we don't use our own
	special locations.


Modified: projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-model.c
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-model.c	2007-10-12 11:02:43 UTC (rev 14438)
+++ projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-model.c	2007-10-12 11:06:24 UTC (rev 14439)
@@ -2566,6 +2566,8 @@
       file_path = gtk_file_system_filename_to_path(priv->filesystem,
                     priv->alternative_root_dir);
 
+      priv->first_root_scan_completed = TRUE;
+
       if (priv->multiroot)
       {
         HildonFileSystemModelNode *model_node;


More information about the maemo-commits mailing list