diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-14 22:18:20 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-14 22:18:20 -0700 |
| commit | 2643ce97ae40d9ed6260b7d2608f7ca9181bb391 (patch) | |
| tree | bebb9828e3e964bac760312d2dc88e0ff620800f /src | |
| parent | Merge pull request #1262 from Diapolo/no_double_timestamps (diff) | |
| parent | fix DebugLog file opens twice after clicking "Open" in RPC Console Informatio... (diff) | |
| download | discoin-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.cpp | 1 |
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(); |