From 7b6ddb687ceb1faf1b100929c501ab403e3e63de Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 4 Oct 2009 13:23:47 +0200 Subject: 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. --- src/gui/charcreatedialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/charcreatedialog.h') 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: -- cgit v1.2.3-70-g09d2