diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2009-10-04 13:23:47 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2009-10-04 13:23:47 +0200 |
commit | 7b6ddb687ceb1faf1b100929c501ab403e3e63de (patch) | |
tree | 82ea5890bb700799540bdb39f1ae066a6431f3b6 /src/gui/charcreatedialog.h | |
parent | 69217e82e8631bbb2183a1322d0985a495c52f5e (diff) | |
download | mana-7b6ddb687ceb1faf1b100929c501ab403e3e63de.tar.gz mana-7b6ddb687ceb1faf1b100929c501ab403e3e63de.tar.bz2 mana-7b6ddb687ceb1faf1b100929c501ab403e3e63de.tar.xz mana-7b6ddb687ceb1faf1b100929c501ab403e3e63de.zip |
Made sure the server information updates when dragging the server list
It was only updating on click events, due to using ActionListener
instead of SelectionListener.
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r-- | src/gui/charcreatedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h index 50089a8d..0d8b9856 100644 --- a/src/gui/charcreatedialog.h +++ b/src/gui/charcreatedialog.h @@ -73,7 +73,7 @@ class CharCreateDialog : public Window, public gcn::ActionListener */ void success(); - CharSelectDialog *getSelectDialog() + CharSelectDialog *getSelectDialog() const { return mCharSelectDialog; } private: |