Browse Source

fix DebugLog file opens twice after clicking "Open" in RPC Console Information tab

0.8
Philip Kaufmann 13 years ago
parent
commit
8892579f8b
  1. 1
      src/qt/rpcconsole.cpp

1
src/qt/rpcconsole.cpp

@ -119,7 +119,6 @@ RPCConsole::RPCConsole(QWidget *parent) : @@ -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();

Loading…
Cancel
Save