diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-10 19:06:52 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-10 19:07:54 +0200 |
commit | e48060430f9fae5c52fb32009a3e10e35e1817a2 (patch) | |
tree | 8b9baa86dac7545d17dbc5a8ffe542782e05cdf4 /src/gui/connection.h | |
parent | 33afe8f744587b9a8da67e85298bb2e1c28d083d (diff) | |
download | mana-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.h')
-rw-r--r-- | src/gui/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/connection.h b/src/gui/connection.h index ab586edd..62441fa9 100644 --- a/src/gui/connection.h +++ b/src/gui/connection.h @@ -47,7 +47,7 @@ class ConnectionDialog : public Window, gcn::ActionListener * Called when the user presses Cancel. Restores the global state to * the previous one. */ - void action(gcn::ActionEvent const &); + void action(const gcn::ActionEvent &); void logic(); |