aboutsummaryrefslogtreecommitdiff
path: root/src/ClientPattern.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-03-29 19:19:26 (GMT)
committermarkt <markt>2007-03-29 19:19:26 (GMT)
commit2b83355eef4b473b586bd48cca5816598e0d2be2 (patch)
tree5775134ace27e4f35274a3e32103f55d5b73a34f /src/ClientPattern.cc
parent9ca59a0ee2ccd59903d42239dab6de1666e390b2 (diff)
downloadfluxbox-2b83355eef4b473b586bd48cca5816598e0d2be2.zip
fluxbox-2b83355eef4b473b586bd48cca5816598e0d2be2.tar.bz2
removed groups file, fixed initial_state handling
Diffstat (limited to 'src/ClientPattern.cc')
-rw-r--r--src/ClientPattern.cc2
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=");