diff options
author | markt <markt> | 2007-04-01 21:42:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-04-01 21:42:01 (GMT) |
commit | 48f761f9816f0f11e05dcc4e8f5ac506328e1683 (patch) | |
tree | cd93a828fb6db8eb1eb69db00be7ad37b97bf96a /src/ClientPattern.cc | |
parent | c883e477c547b14aae029b5376c1145a8439fcea (diff) | |
download | fluxbox_pavel-48f761f9816f0f11e05dcc4e8f5ac506328e1683.zip fluxbox_pavel-48f761f9816f0f11e05dcc4e8f5ac506328e1683.tar.bz2 |
fixed problem with creating windows in iconic state
Diffstat (limited to 'src/ClientPattern.cc')
-rw-r--r-- | src/ClientPattern.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientPattern.cc b/src/ClientPattern.cc index 339092d..d644767 100644 --- a/src/ClientPattern.cc +++ b/src/ClientPattern.cc | |||
@@ -173,7 +173,7 @@ string ClientPattern::toString() const { | |||
173 | 173 | ||
174 | switch ((*it)->prop) { | 174 | switch ((*it)->prop) { |
175 | case NAME: | 175 | case NAME: |
176 | // do nothing -> this is the default | 176 | pat.append("name="); |
177 | break; | 177 | break; |
178 | case CLASS: | 178 | case CLASS: |
179 | pat.append("class="); | 179 | pat.append("class="); |