aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-05-14 22:18:20 -0700
committerWladimir J. van der Laan <[email protected]>2012-05-14 22:18:20 -0700
commit2643ce97ae40d9ed6260b7d2608f7ca9181bb391 (patch)
treebebb9828e3e964bac760312d2dc88e0ff620800f /src
parentMerge pull request #1262 from Diapolo/no_double_timestamps (diff)
parentfix DebugLog file opens twice after clicking "Open" in RPC Console Informatio... (diff)
downloaddiscoin-2643ce97ae40d9ed6260b7d2608f7ca9181bb391.tar.xz
discoin-2643ce97ae40d9ed6260b7d2608f7ca9181bb391.zip
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 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();