aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-05-14 22:18:20 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-05-14 22:18:20 -0700
commit2643ce97ae40d9ed6260b7d2608f7ca9181bb391 (patch)
treebebb9828e3e964bac760312d2dc88e0ff620800f /src
parent20f19893cbaa37fd0c1a2cb29bdddfb709ec0d13 (diff)
parent8892579f8bb38235ced0d572eb9c65a5fa347057 (diff)
downloadbitcoin-2643ce97ae40d9ed6260b7d2608f7ca9181bb391.tar.xz
Merge pull request #1307 from Diapolo/fix_OpenLogFile
GUI fix: DebugLog file opens twice after clicking "Open" in RPC Console Information tab
Diffstat (limited to 'src')
-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();