summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-01-20 13:20:12 -0500
committerDavid Zeuthen <davidz@redhat.com>2012-01-20 13:20:12 -0500
commit5876debe8c4e9f3b035e50155cb0630168252f25 (patch)
tree9d0dc73b0cf7d14a42e4ec124fc3e34503a2a43c
parent003b45d3e5d7fc12f82481f7ee0268444db3a0c6 (diff)
downloadgvfs-5876debe8c4e9f3b035e50155cb0630168252f25.tar.gz
s/TODO/Idea/
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--monitor/udisks2/gvfsudisks2volumemonitor.c6
1 files 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;
}