[baobab/wip/vala] Add ALLOCATED_SIZE to the query attributes
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab/wip/vala] Add ALLOCATED_SIZE to the query attributes
- Date: Sun, 29 Jan 2012 09:29:12 +0000 (UTC)
commit 3a1d52550d39a5c267b24d80b4bb98f2a0ebf353
Author: Paolo Borelli <pborelli gnome org>
Date: Sun Jan 29 10:12:07 2012 +0100
Add ALLOCATED_SIZE to the query attributes
When I switched to ALLOCATED_SIZE I forgot to change the attributes used
for the query.
src/baobab-scanner.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/baobab-scanner.vala b/src/baobab-scanner.vala
index f09a3d3..306fc2c 100644
--- a/src/baobab-scanner.vala
+++ b/src/baobab-scanner.vala
@@ -37,7 +37,7 @@ namespace Baobab {
FileAttribute.STANDARD_DISPLAY_NAME + "," +
FileAttribute.STANDARD_TYPE + "," +
FileAttribute.STANDARD_SIZE + "," +
- FileAttribute.UNIX_BLOCKS + "," +
+ FileAttribute.STANDARD_ALLOCATED_SIZE + "," +
FileAttribute.UNIX_NLINK + "," +
FileAttribute.UNIX_INODE + "," +
FileAttribute.UNIX_DEVICE + "," +
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]