diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 11:43:43 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 11:43:43 +0000 |
| commit | 611e8a53249de6cdd7a8b6bb7c37aa458765ac52 (patch) | |
| tree | a1d0ac3d509e3445a3823e5c3d3d0596481d70e3 /openbox | |
| parent | f819e3b850f9dd257fcd4602f372ee6cf03c4924 (diff) | |
fix5
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
