From e82b08179b74bd8bf54157897ee06626422f72b8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 12 May 2013 18:52:54 +0300 Subject: add double click selection in chat selection dialog. --- src/gui/charselectdialog.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/gui/charselectdialog.cpp') diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp index 65829662d..0cbac6a68 100644 --- a/src/gui/charselectdialog.cpp +++ b/src/gui/charselectdialog.cpp @@ -222,11 +222,7 @@ void CharSelectDialog::action(const gcn::ActionEvent &event) if (selected >= 0) { - if (eventId == "select") - { - logger->log("select"); - } - else if (eventId == "use") + if (eventId == "use") { use(selected); return; -- cgit v1.2.3-60-g2f50