summaryrefslogtreecommitdiff
path: root/monitor/udisks2/gvfsudisks2volumemonitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/udisks2/gvfsudisks2volumemonitor.c')
-rw-r--r--monitor/udisks2/gvfsudisks2volumemonitor.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/monitor/udisks2/gvfsudisks2volumemonitor.c b/monitor/udisks2/gvfsudisks2volumemonitor.c
index 92abc48c..434f2e01 100644
--- a/monitor/udisks2/gvfsudisks2volumemonitor.c
+++ b/monitor/udisks2/gvfsudisks2volumemonitor.c
@@ -870,15 +870,15 @@ static gboolean
should_include_drive (GVfsUDisks2VolumeMonitor *monitor,
UDisksDrive *drive)
{
- /* NOTE: For now, we just include all detected drives. This is probably
- * wrong - non-removable drives without anything visible (such
- * RAID components) should probably not be shown.
+ /* NOTE: For now, we just include all detected drives. This is
+ * probably wrong - non-removable drives without anything visible
+ * (such RAID components) should probably not be shown. Then again,
+ * the GNOME 3 user interface doesn't really show GDrive instances
+ * except for in the computer:/// location in Nautilus.
*
- * Then again, the GNOME 3 user interface doesn't really show GDrive
- * instances except for in the computer:/// location in Nautilus.
- *
- * Idea: if device is non-removable, maybe only show it, if it has
- * more visible devices (this is the gdu volume monitor behavior)
+ * Therefore, if device is non-removable, maybe only show it, if it
+ * has more visible devices... this is the gdu volume monitor
+ * behavior.
*/
return TRUE;
}