summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-10-04 13:23:47 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-10-04 13:23:47 +0200
commit7b6ddb687ceb1faf1b100929c501ab403e3e63de (patch)
tree82ea5890bb700799540bdb39f1ae066a6431f3b6 /src/gui/charcreatedialog.h
parent69217e82e8631bbb2183a1322d0985a495c52f5e (diff)
downloadMana-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.h2
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: