From 8892579f8bb38235ced0d572eb9c65a5fa347057 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Mon, 14 May 2012 22:01:08 +0200 Subject: [PATCH] fix DebugLog file opens twice after clicking "Open" in RPC Console Information tab --- src/qt/rpcconsole.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 51051f72f..78dbcd7da 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();