[Xfce4-commits] <xfconf:master> Make the comment from the previous commit useful.

Nick Schermer noreply at xfce.org
Thu Jan 28 20:50:01 CET 2010


Updating branch refs/heads/master
         to 37d1b93d84286f31a2d350cf852eea7ba9e58ba2 (commit)
       from 13e913b7683da0d3eb1c9d78ac0908d62368e5d5 (commit)

commit 37d1b93d84286f31a2d350cf852eea7ba9e58ba2
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Jan 28 20:47:41 2010 +0100

    Make the comment from the previous commit useful.

 xfconfd/xfconf-backend-perchannel-xml.c |    3 ++-
 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]))



More information about the Xfce4-commits mailing list