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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 21 20:27:40 EEST 2007
Author: marivoll
Date: 2007-05-21 20:27:39 +0300 (Mon, 21 May 2007)
New Revision: 11738

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/t.c
Log:
Also list entries that would be hidden.


Modified: projects/haf/trunk/hildon-fm/hildon-fm/t.c
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/t.c	2007-05-21 17:27:04 UTC (rev 11737)
+++ projects/haf/trunk/hildon-fm/hildon-fm/t.c	2007-05-21 17:27:39 UTC (rev 11738)
@@ -30,6 +30,11 @@
 		 " %s %s\n",
 		 gnome_vfs_volume_get_device_path (volume),
 		 gnome_vfs_volume_get_activation_uri (volume));
+      else
+	fprintf (stderr, 
+		 " (%s %s)\n",
+		 gnome_vfs_volume_get_device_path (volume),
+		 gnome_vfs_volume_get_activation_uri (volume));
       
       volumes = volumes->next;
     }
@@ -45,6 +50,11 @@
 	fprintf (stderr, 
 		 " %s\n",
 		 gnome_vfs_drive_get_device_path (drive));
+      else
+	fprintf (stderr, 
+		 " (%s)\n",
+		 gnome_vfs_drive_get_device_path (drive));
+	
       
       drives = drives->next;
     }


More information about the maemo-commits mailing list