From: Mikael Magnusson Date: Fri, 19 Feb 2010 21:33:14 +0000 (+0100) Subject: name/class/type_set are set on the next three lines X-Git-Tag: release-3.4.11.1~14 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a766c3dcff3c905395d6e7290e0443e0f881b3cf;p=dana%2Fopenbox.git name/class/type_set are set on the next three lines --- diff --git a/openbox/config.c b/openbox/config.c index 171e31fb..503f0282 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);