aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-14 22:01:08 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-14 22:26:15 +0200
commit8892579f8bb38235ced0d572eb9c65a5fa347057 (patch)
tree05fbaf576a2efc65cac3b6683c396906ae90fa1a /src/qt/rpcconsole.cpp
parentbb361cc644eb56689b1b0be5da9078d32640bd96 (diff)
downloadbitcoin-8892579f8bb38235ced0d572eb9c65a5fa347057.tar.xz
fix DebugLog file opens twice after clicking "Open" in RPC Console Information tab
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index 51051f72f0..78dbcd7daa 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -119,7 +119,6 @@ RPCConsole::RPCConsole(QWidget *parent) :
ui->lineEdit->installEventFilter(this);
connect(ui->clearButton, SIGNAL(clicked()), this, SLOT(clear()));
- connect(ui->openDebugLogfileButton, SIGNAL(clicked()), this, SLOT(on_openDebugLogfileButton_clicked()));
startExecutor();