summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKimmo Hämäläinen <kimmo.hamalainen@nokia.com>2010-11-15 14:11:21 +0200
committerKimmo Hämäläinen <kimmo.hamalainen@nokia.com>2010-11-15 14:29:24 +0200
commit8067ce01c523b1157fdd9c1bfbc93273d8ec2721 (patch)
tree303e895fef7fb9bf4e907836fc171fb493914a6b /tests
parentf9ca6a3c7a4a56b52ccd51c344c225648de9e063 (diff)
fix "windowctl J"
Diffstat (limited to 'tests')
-rw-r--r--tests/windowctl/windowctl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/windowctl/windowctl.cpp b/tests/windowctl/windowctl.cpp
index c997891..6ddb5c6 100644
--- a/tests/windowctl/windowctl.cpp
+++ b/tests/windowctl/windowctl.cpp
@@ -812,7 +812,7 @@ static bool old_main(QStringList& args, QString& stdOut)
set_always_mapped(dpy,
strtol(args.at(1).toAscii().data(), 0, 16),
atoi(args.at(2).toAscii().data()));
- break;
+ return true;
}
}
if (*p == 'E') {