X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.c;h=3a2affc704f1e8a140977f5d26edf7ee9e2a6c9c;hb=faf325c3fe31b97953db74013f69459049e9f516;hp=229e23a0075d01493ddc68995ac9a4ad4cfc2e45;hpb=61af086dc31f5e5a68119a59eb0b19b10c71d527;p=chaz%2Fopenbox diff --git a/openbox/config.c b/openbox/config.c index 229e23a0..3a2affc7 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- config.c for the Openbox window manager + Copyright (c) 2004 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify @@ -385,6 +386,7 @@ static void parse_dock(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, static void parse_menu(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, gpointer d) { + xmlNodePtr n; for (node = node->children; node; node = node->next) { if (!xmlStrcasecmp(node->name, (const xmlChar*) "file")) { gchar *c;