Mercurial > hg > bitcoin
changeset 2565:63ea7bb14249 draft
Merge pull request #1307 from Diapolo/fix_OpenLogFile
GUI fix: DebugLog file opens twice after clicking "Open" in RPC Console Information tab
author | Wladimir J. van der Laan <laanwj@gmail.com> |
---|---|
date | Mon, 14 May 2012 22:18:20 -0700 (2012-05-15) |
parents | a677b6fbe6c1 (current diff) a4f6a4714aa0 (diff) |
children | 9bd5915eef6d 8a3fa8aba5d0 |
files | |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -119,7 +119,6 @@ ui->lineEdit->installEventFilter(this); connect(ui->clearButton, SIGNAL(clicked()), this, SLOT(clear())); - connect(ui->openDebugLogfileButton, SIGNAL(clicked()), this, SLOT(on_openDebugLogfileButton_clicked())); startExecutor();