]> Dogcows Code - chaz/openbox/commitdiff
fix5
authorMikael Magnusson <mikachu@comhem.se>
Thu, 8 Jun 2006 11:43:43 +0000 (11:43 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 8 Jun 2006 11:43:43 +0000 (11:43 +0000)
openbox/config.c

index 720a1f89e788370ce4b33ac1f7a57ac4ff87a6b9..6df57241edd60855ef817e093e31cea953cf46d0 100644 (file)
@@ -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;
This page took 0.026785 seconds and 4 git commands to generate.