[Xfce4-commits] <xfconf:master> Drop deprecated g_mapped_file_free.
Nick Schermer
noreply at xfce.org
Wed Apr 18 21:08:01 CEST 2012
Updating branch refs/heads/master
to a6d76023707237a8c48f47a917c41013366b285f (commit)
from 60931557ee90ef7fc40daf2547e7047545140d66 (commit)
commit a6d76023707237a8c48f47a917c41013366b285f
Author: Nick Schermer <nick at xfce.org>
Date: Wed Apr 18 21:06:07 2012 +0200
Drop deprecated g_mapped_file_free.
xfconfd/xfconf-backend-perchannel-xml.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfconfd/xfconf-backend-perchannel-xml.c b/xfconfd/xfconf-backend-perchannel-xml.c
index 34c40e8..d763935 100644
--- a/xfconfd/xfconf-backend-perchannel-xml.c
+++ b/xfconfd/xfconf-backend-perchannel-xml.c
@@ -1623,7 +1623,7 @@ xfconf_backend_perchannel_xml_merge_file(XfconfBackendPerchannelXml *xbpx,
g_markup_parse_context_free(context);
if(mmap_file)
- g_mapped_file_free(mmap_file);
+ g_mapped_file_unref(mmap_file);
else
g_free(file_contents);
More information about the Xfce4-commits
mailing list