f715c66
diff -up gvfs-1.2.2/monitor/gdu/ggduvolumemonitor.c.really-hide gvfs-1.2.2/monitor/gdu/ggduvolumemonitor.c
f715c66
--- gvfs-1.2.2/monitor/gdu/ggduvolumemonitor.c.really-hide	2009-05-02 00:56:23.201705660 -0400
f715c66
+++ gvfs-1.2.2/monitor/gdu/ggduvolumemonitor.c	2009-05-02 00:57:36.652379965 -0400
f715c66
@@ -834,7 +834,10 @@ should_drive_be_ignored (GduPool *pool, 
f715c66
     }
f715c66
 
f715c66
   if (gdu_device_get_presentation_hide (device))
f715c66
-    goto out;
f715c66
+    {
f715c66
+      ignored = TRUE;
f715c66
+      goto out;
f715c66
+    }
f715c66
 
f715c66
   has_volumes = FALSE;
f715c66
   all_volumes_are_ignored = TRUE;