summaryrefslogtreecommitdiff
path: root/src/gui/connection.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-10 19:06:52 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-10 19:07:54 +0200
commite48060430f9fae5c52fb32009a3e10e35e1817a2 (patch)
tree8b9baa86dac7545d17dbc5a8ffe542782e05cdf4 /src/gui/connection.cpp
parent33afe8f744587b9a8da67e85298bb2e1c28d083d (diff)
downloadMana-e48060430f9fae5c52fb32009a3e10e35e1817a2.tar.gz
Mana-e48060430f9fae5c52fb32009a3e10e35e1817a2.tar.bz2
Mana-e48060430f9fae5c52fb32009a3e10e35e1817a2.tar.xz
Mana-e48060430f9fae5c52fb32009a3e10e35e1817a2.zip
Revived the email field to fix registration crash
Now you can register new accounts on tmwserv again. The email field apparently gots lost during the merge somewhere.
Diffstat (limited to 'src/gui/connection.cpp')
-rw-r--r--src/gui/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/connection.cpp b/src/gui/connection.cpp
index 66b9b7dd..6428fb7c 100644
--- a/src/gui/connection.cpp
+++ b/src/gui/connection.cpp
@@ -51,7 +51,7 @@ ConnectionDialog::ConnectionDialog(int previousState):
setVisible(true);
}
-void ConnectionDialog::action(gcn::ActionEvent const &)
+void ConnectionDialog::action(const gcn::ActionEvent &)
{
logger->log("Cancel pressed");
state = mPreviousState;