summaryrefslogtreecommitdiff
path: root/src/gui/login.cpp
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-12-26 15:54:37 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-12-26 15:54:37 +0000
commit87bee54dede4d9d80731a01bd8c4e9384e047e58 (patch)
treed64820c88cc9530736839d833a1838820bfbecd6 /src/gui/login.cpp
parent0ad7cabf1feaa6af32f127254453f6b37d9fecc6 (diff)
downloadmana-client-87bee54dede4d9d80731a01bd8c4e9384e047e58.tar.gz
mana-client-87bee54dede4d9d80731a01bd8c4e9384e047e58.tar.bz2
mana-client-87bee54dede4d9d80731a01bd8c4e9384e047e58.tar.xz
mana-client-87bee54dede4d9d80731a01bd8c4e9384e047e58.zip
- spaces are now stripped when options are being read (relaxed syntax in tmw.ini)
- sorry for the "blah" in login.cpp -
Diffstat (limited to 'src/gui/login.cpp')
-rw-r--r--src/gui/login.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/login.cpp b/src/gui/login.cpp
index 1645a329..ddcb73cf 100644
--- a/src/gui/login.cpp
+++ b/src/gui/login.cpp
@@ -103,7 +103,6 @@ void LoginDialog::action(const std::string& eventId)
// Store config settings
config.setValue("remember", keepCheck->isMarked());
if (keepCheck->isMarked()) {
- std::cout << "blah\n";
config.setValue("username", user);
} else {
config.setValue("username", "");