[Xfce4-commits] <thunar:master> Make size label files property read write.
Nick Schermer
noreply at xfce.org
Sun Sep 16 20:16:10 CEST 2012
Updating branch refs/heads/master
to f60c5c3443d87220b3be28157683e39d7ae32564 (commit)
from 785499544063df50003f0ea6b4f001e00fc96d44 (commit)
commit f60c5c3443d87220b3be28157683e39d7ae32564
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