From 9dc99e1888de6194c7ce555c33245e6bff586b3d Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Fri, 3 Feb 2006 13:57:34 +0000 Subject: Made the login dialog work on LoginData only, without playing with the config, it's not its job to do so. --- src/gui/login.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/gui/login.h') diff --git a/src/gui/login.h b/src/gui/login.h index b096d05f..9e6dc6b4 100644 --- a/src/gui/login.h +++ b/src/gui/login.h @@ -67,15 +67,12 @@ class LoginDialog : public Window, public gcn::ActionListener { */ void action(const std::string& eventId); - // Made them public to have the possibility to request focus - // from external functions. - gcn::TextField *userField; - gcn::TextField *passField; - private: gcn::Label *userLabel; gcn::Label *passLabel; gcn::Label *serverLabel; + gcn::TextField *userField; + gcn::TextField *passField; gcn::TextField *serverField; gcn::CheckBox *keepCheck; gcn::Button *okButton; -- cgit v1.2.3-70-g09d2