[baobab] scanner: Exclude mount points when scanning the main volume
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] scanner: Exclude mount points when scanning the main volume
- Date: Sat, 8 Sep 2012 09:23:10 +0000 (UTC)
commit 28532077716abf65dfeb431d89147e551e94f12b
Author: Stefano Facchini <stefano facchini gmail com>
Date: Sat Sep 8 10:01:10 2012 +0200
scanner: Exclude mount points when scanning the main volume
This is the original intended behavior for all volumes.
https://bugzilla.gnome.org/show_bug.cgi?id=683609
src/baobab-location.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/baobab-location.vala b/src/baobab-location.vala
index a810df9..7eb30f1 100644
--- a/src/baobab-location.vala
+++ b/src/baobab-location.vala
@@ -95,7 +95,7 @@ namespace Baobab {
get_fs_usage ();
- scanner = new Scanner (file, ScanFlags.NONE);
+ scanner = new Scanner (file, ScanFlags.EXCLUDE_MOUNTS);
}
public Location.for_recent_info (Gtk.RecentInfo recent_info) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]