]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
add obt_parse_tree_from_root and use it, cuz it's nice
[chaz/openbox] / openbox / openbox.c
index 2cab7e27e6b1b91639d7a8891e1bcfb49b1557e8..92d0bbf6334503c85426b37ffe294805f212e4fe 100644 (file)
@@ -230,7 +230,7 @@ gint main(gint argc, gchar **argv)
                 if (obt_parse_load_config_file(i, "openbox", "rc.xml",
                                                "openbox_config"))
                 {
-                    obt_parse_tree(i, obt_parse_instance_root(i)->children);
+                    obt_parse_tree_from_root(i);
                     obt_parse_close(i);
                 } else
                     g_message(_("Unable to find a valid config file, using some simple defaults"));
This page took 0.022387 seconds and 4 git commands to generate.