[gvfs/wip/udisks2] s/TODO/Idea/
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/wip/udisks2] s/TODO/Idea/
- Date: Fri, 20 Jan 2012 18:20:19 +0000 (UTC)
commit 5876debe8c4e9f3b035e50155cb0630168252f25
Author: David Zeuthen <davidz redhat com>
Date: Fri Jan 20 13:20:12 2012 -0500
s/TODO/Idea/
Signed-off-by: David Zeuthen <davidz redhat com>
monitor/udisks2/gvfsudisks2volumemonitor.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/monitor/udisks2/gvfsudisks2volumemonitor.c b/monitor/udisks2/gvfsudisks2volumemonitor.c
index de9edc2..92abc48 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]