From a766c3dcff3c905395d6e7290e0443e0f881b3cf Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 19 Feb 2010 22:33:14 +0100 Subject: [PATCH] name/class/type_set are set on the next three lines --- openbox/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/config.c b/openbox/config.c index 171e31f..503f028 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -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); -- 1.9.1