diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-19 17:50:12 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-19 17:50:12 +0000 |
| commit | 39f6b8ca715b97b9ef57fe0ac23b90b6bd1c8ae3 (patch) | |
| tree | ee0fdaf3aa6af73a068d16dc609da74a6e2a3ec3 /openbox/config.c | |
| parent | 34269a34e14aaf0339b3687a713415dff4ad36d2 (diff) | |
forgot to check if perapp settings said to put window on all desktops
Diffstat (limited to 'openbox/config.c')
| -rw-r--r-- | openbox/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/config.c b/openbox/config.c index e8e4edff..e0cb1819 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -133,6 +133,7 @@ static void parse_per_app_settings(ObParseInst *i, xmlDocPtr doc, settings->name = name; else settings->name = NULL; + if (class_set) settings->class = class; else |
