aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorkremlin- <ian@kremlin.cc>2014-06-26 10:17:03 +0800
committerkremlin- <ian@kremlin.cc>2014-06-26 10:17:03 +0800
commit53f83ba5960811b25e6060dfb05d3ff81459e748 (patch)
tree95f1285ac3a46280aaa601f91db2f9a0abcbd712 /src/config.c
parente37568761299fe5228c88187dfc691330cf09f9d (diff)
downloadsystembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.gz
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.bz2
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.lz
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.xz
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.zst
systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.zip
see previous commit, forgot 'git add'..
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index 2d76106..2f8a76b 100644
--- a/src/config.c
+++ b/src/config.c
@@ -34,6 +34,8 @@ static gchar **localed_ispect_xml, localed_dbus_xml;
static gchar **timedated_ispect_xml, timedated_dbus_xml;
static gchar **logind_ispect_xml, logind_dbus_xml; */
+static void set_xml_descriptors();
+
static const gchar *CONFIG_KEYS[] = {
"PrettyHostname",
"IconName",
@@ -148,9 +150,10 @@ gboolean init_xml() {
return FALSE;
}
- //set_xml_descriptors();
+ set_xml_descriptors();
}
-}
+ return TRUE; /* kill me! */
+} /* kill me too!*/
//LEFTOFF