diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2009-10-03 23:28:45 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2009-10-03 23:35:24 +0200 |
commit | 076bcc1f8361c705d7dbe9088b18cca7d7fe21de (patch) | |
tree | 4c80fe2a407c71c228755a7f2a1283ace4c60ae9 /src/gui/charselectdialog.h | |
parent | de3fc40ec9ddffdf0546b06e53fd8daf48e76d61 (diff) | |
download | mana-076bcc1f8361c705d7dbe9088b18cca7d7fe21de.tar.gz mana-076bcc1f8361c705d7dbe9088b18cca7d7fe21de.tar.bz2 mana-076bcc1f8361c705d7dbe9088b18cca7d7fe21de.tar.xz mana-076bcc1f8361c705d7dbe9088b18cca7d7fe21de.zip |
Made passing character name on the command line work again
It was only selecting it when found, instead of also logging in with the
character.
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r-- | src/gui/charselectdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h index 965b4abf..e1c8071e 100644 --- a/src/gui/charselectdialog.h +++ b/src/gui/charselectdialog.h @@ -45,6 +45,7 @@ class CharSelectDialog : public Window, public gcn::ActionListener { public: friend class CharDeleteConfirm; + /** * Constructor. */ @@ -55,6 +56,8 @@ class CharSelectDialog : public Window, public gcn::ActionListener bool selectByName(const std::string &name); + void chooseSelected(); + static void setNetworkOptions(bool allowUnregister, bool allowChangeEmail); |