[Xfce4-commits] <thunar:nick/multiple-file-properties> Make size label files property read write.
Nick Schermer
noreply at xfce.org
Thu Sep 13 21:58:01 CEST 2012
Updating branch refs/heads/nick/multiple-file-properties
to d7e4aa7788d756de624df841093c42fee0d323f8 (commit)
from 79cc5cd893b475488974b309d075884f8f5e5c90 (commit)
commit d7e4aa7788d756de624df841093c42fee0d323f8
Author: Nick Schermer <nick at xfce.org>
Date: Thu Sep 13 21:55:46 2012 +0200
Make size label files property read write.
thunar/thunar-size-label.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/thunar/thunar-size-label.c b/thunar/thunar-size-label.c
index 1e27e05..06f06ed 100644
--- a/thunar/thunar-size-label.c
+++ b/thunar/thunar-size-label.c
@@ -122,7 +122,7 @@ thunar_size_label_class_init (ThunarSizeLabelClass *klass)
PROP_FILES,
g_param_spec_boxed ("files", "files", "files",
THUNARX_TYPE_FILE_INFO_LIST,
- EXO_PARAM_WRITABLE));
+ EXO_PARAM_READWRITE));
}
More information about the Xfce4-commits
mailing list