summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-03 15:12:30 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-03 15:12:30 +0000
commitf19980be3abfc418dfc1f1411e3a9fc161620afa (patch)
tree0c4e7c0659a062ce8b77ff67de4f53eb775fc689 /src/gui/char_select.cpp
parentebaefeb62f81a63a12a888459daee3eaf5bb4e36 (diff)
downloadMana-f19980be3abfc418dfc1f1411e3a9fc161620afa.tar.gz
Mana-f19980be3abfc418dfc1f1411e3a9fc161620afa.tar.bz2
Mana-f19980be3abfc418dfc1f1411e3a9fc161620afa.tar.xz
Mana-f19980be3abfc418dfc1f1411e3a9fc161620afa.zip
Added patch from
postalworker bug id=117 to fix cancel connecting to a sick server.
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r--src/gui/char_select.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index 17bbbd70..a691f4ec 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -147,7 +147,7 @@ void CharSelectDialog::action(const gcn::ActionEvent &event)
}
else if (event.getId() == "cancel")
{
- state = STATE_EXIT;
+ state = STATE_SWITCH_ACCOUNTSERVER_ATTEMPT;
}
else if (event.getId() == "new")
{