X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.c;h=6df57241edd60855ef817e093e31cea953cf46d0;hb=014969a9599bef99bce1e31c95326ca7f605c2ed;hp=720a1f89e788370ce4b33ac1f7a57ac4ff87a6b9;hpb=f819e3b850f9dd257fcd4602f372ee6cf03c4924;p=chaz%2Fopenbox diff --git a/openbox/config.c b/openbox/config.c index 720a1f89..6df57241 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -122,7 +122,7 @@ static void parse_per_app_settings(ObParseInst *i, xmlDocPtr doc, gboolean x_pos_given = FALSE; if (parse_attr_string("name", app, &name)) { xmlNodePtr n, c; - ObAppSettings *settings = g_new0(ObAppSetting, 1); + ObAppSettings *settings = g_new0(ObAppSettings, 1); settings->name = name; settings->decor = TRUE;