summaryrefslogtreecommitdiff
path: root/thunar
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2021-12-26 22:41:48 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2021-12-26 22:41:48 +0100
commitf2d9d8127f34798a61953c53d8fb02931b6e990f (patch)
treee77afb8ef82b1d9b53a280e6a42bbeaae2403f1f /thunar
parentd0cb989bb1fa3105ce36c642af2847ca24d35c61 (diff)
downloadthunar-f2d9d8127f34798a61953c53d8fb02931b6e990f.tar.gz
Fix default custom date string
Regression introduced with 9f60066221da3026a6ba2bfe733c15307b2010b3
Diffstat (limited to 'thunar')
-rw-r--r--thunar/thunar-list-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-list-model.c b/thunar/thunar-list-model.c
index a54a8cf4..1c330b46 100644
--- a/thunar/thunar-list-model.c
+++ b/thunar/thunar-list-model.c
@@ -337,7 +337,7 @@ thunar_list_model_class_init (ThunarListModelClass *klass)
g_param_spec_string ("date-custom-style",
"DateCustomStyle",
NULL,
- "%Y-%mutex_files_to_add-%d %H:%M:%S",
+ "%Y-%m-%d %H:%M:%S",
EXO_PARAM_READWRITE);
/**