see previous commit, forgot 'git add'..
[systembsd.git] / src / config.c
index 2d761065b961ff5e9ad4b4494d2b2c2ebe54d85b..2f8a76bc5c9d23470441c77e954e01c7261ae48c 100644 (file)
@@ -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