diff options
Diffstat (limited to 'src/gui/char_server.cpp')
-rw-r--r-- | src/gui/char_server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/char_server.cpp b/src/gui/char_server.cpp index 057de3c7..d7faf0c6 100644 --- a/src/gui/char_server.cpp +++ b/src/gui/char_server.cpp @@ -55,11 +55,11 @@ ServerSelectDialog::ServerSelectDialog(): 100 - 3 * 5 - cancelButton->getHeight() - scrollArea->getBorderSize())); - serverList->setEventId("ok"); + //serverList->setEventId("ok"); okButton->setEventId("ok"); cancelButton->setEventId("cancel"); - serverList->addActionListener(this); + //serverList->addActionListener(this); okButton->addActionListener(this); cancelButton->addActionListener(this); |