From 5876debe8c4e9f3b035e50155cb0630168252f25 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 20 Jan 2012 13:20:12 -0500 Subject: s/TODO/Idea/ Signed-off-by: David Zeuthen --- monitor/udisks2/gvfsudisks2volumemonitor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monitor/udisks2/gvfsudisks2volumemonitor.c b/monitor/udisks2/gvfsudisks2volumemonitor.c index de9edc24..92abc48c 100644 --- a/monitor/udisks2/gvfsudisks2volumemonitor.c +++ b/monitor/udisks2/gvfsudisks2volumemonitor.c @@ -870,15 +870,15 @@ static gboolean should_include_drive (GVfsUDisks2VolumeMonitor *monitor, UDisksDrive *drive) { - /* For now, we just include all detected drives. This is probably + /* 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. * - * TODO: if device is non-removable, maybe only show it, if it has - * more visible devices + * Idea: if device is non-removable, maybe only show it, if it has + * more visible devices (this is the gdu volume monitor behavior) */ return TRUE; } -- cgit v1.2.1