summaryrefslogtreecommitdiff
path: root/xfconfd
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-01-28 20:47:41 +0100
committerNick Schermer <nick@xfce.org>2010-01-28 20:47:41 +0100
commit37d1b93d84286f31a2d350cf852eea7ba9e58ba2 (patch)
tree778d8598ccb39896269ec592377a32e2ebe1be17 /xfconfd
parent13e913b7683da0d3eb1c9d78ac0908d62368e5d5 (diff)
downloadxfconf-37d1b93d84286f31a2d350cf852eea7ba9e58ba2.tar.gz
Make the comment from the previous commit useful.
Diffstat (limited to 'xfconfd')
-rw-r--r--xfconfd/xfconf-backend-perchannel-xml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xfconfd/xfconf-backend-perchannel-xml.c b/xfconfd/xfconf-backend-perchannel-xml.c
index a0d1b38..f45f0f9 100644
--- a/xfconfd/xfconf-backend-perchannel-xml.c
+++ b/xfconfd/xfconf-backend-perchannel-xml.c
@@ -1689,7 +1689,8 @@ xfconf_backend_perchannel_xml_load_channel(XfconfBackendPerchannelXml *xbpx,
prop->name = g_strdup("/");
channel->properties = g_node_new(prop);
- /* read in system files, we do this in reversed order */
+ /* read in system files, we do this in reversed order to properly
+ * follow the xdg spec, see bug #6079 for more information */
length = g_strv_length(filenames);
for(i = length - 1; i >= 0; --i) {
if(!g_strcmp0(user_file, filenames[i]))