summaryrefslogtreecommitdiff
path: root/thunarx
diff options
context:
space:
mode:
authorReuben Green <reubengreen73@gmail.com>2020-06-20 10:58:48 +0100
committerReuben Green <reubengreen73@gmail.com>2020-07-17 21:00:45 +0100
commita47432613b64fcadc36702f57171712660e168cc (patch)
tree344665a417af8f69ddacef6afcf5da4fe593e4e4 /thunarx
parent5992d2363b2c91754d64e9747483f8031447dffe (diff)
downloadthunar-a47432613b64fcadc36702f57171712660e168cc.tar.gz
Implements directory specific view type (#8)
Allows the view type (details, icon, compact) to be saved individually for each directory. This requires some significant changes to the way thunar-window handles changing directories and creating new views.
Diffstat (limited to 'thunarx')
-rw-r--r--thunarx/thunarx-file-info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thunarx/thunarx-file-info.h b/thunarx/thunarx-file-info.h
index 4f1f9116..b70c03d8 100644
--- a/thunarx/thunarx-file-info.h
+++ b/thunarx/thunarx-file-info.h
@@ -47,7 +47,8 @@ G_BEGIN_DECLS
"time::*," \
"trash::*," \
"unix::gid,unix::uid,unix::mode," \
- "metadata::emblems"
+ "metadata::emblems," \
+ "metadata::thunar-view-type"