X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fconfig.c;h=9e111b847972307a02c7de26c24a3d39af1980ec;hp=e3be728e42a1fb2fffcbe831cb4f8055afdd8263;hb=fa0ae17adbc8f73b707c33836d37841e81b9303a;hpb=a170ad7c85b5f23fafe64d28a3f183a7ce42ce53 diff --git a/openbox/config.c b/openbox/config.c index e3be728e..9e111b84 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -200,7 +200,7 @@ static void parse_per_app_settings(xmlNodePtr node, gpointer d) gboolean x_pos_given; while (app) { - name_set = class_set = type_set = x_pos_given = FALSE; + x_pos_given = FALSE; class_set = obt_parse_attr_string(app, "class", &class); name_set = obt_parse_attr_string(app, "name", &name);