name/class/type_set are set on the next three lines
authorMikael Magnusson <mikachu@gmail.com>
Fri, 19 Feb 2010 21:33:14 +0000 (22:33 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Fri, 19 Feb 2010 21:33:14 +0000 (22:33 +0100)
openbox/config.c

index 171e31f..503f028 100644 (file)
@@ -205,7 +205,7 @@ static void parse_per_app_settings(ObParseInst *inst, xmlDocPtr doc,
     gboolean x_pos_given;
 
     while (app) {
-        name_set = class_set = type_set = x_pos_given = FALSE;
+        x_pos_given = FALSE;
 
         class_set = parse_attr_string("class", app, &class);
         name_set = parse_attr_string("name", app, &name);