diff options
author | Nick Schermer <nick@xfce.org> | 2012-09-26 23:29:42 +0200 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2012-09-26 23:29:42 +0200 |
commit | 73e42e7fee2d6885f7d29456bafd97e8ddfcede8 (patch) | |
tree | f18d796ddf75cbd0935552e57303a11b2bfc8097 /thunarx | |
parent | 2ca57a22aa6c640ce6822a0afa41b3358357813c (diff) | |
download | thunar-73e42e7fee2d6885f7d29456bafd97e8ddfcede8.tar.gz |
Store metadata in GVFS's daemon.
We already require GVFS for a trash implementation, so
why ot rely on the metadata storage too.
Diffstat (limited to 'thunarx')
-rw-r--r-- | thunarx/thunarx-file-info.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thunarx/thunarx-file-info.h b/thunarx/thunarx-file-info.h index 13a70015..0e786004 100644 --- a/thunarx/thunarx-file-info.h +++ b/thunarx/thunarx-file-info.h @@ -45,7 +45,8 @@ G_BEGIN_DECLS; "time::*," \ "thumbnail::*," \ "trash::*," \ - "unix::*" + "unix::*," \ + "metadata::emblems" /** * Filesystem information namespaces available in the #GFileInfo |