Skip to content

Commit

Permalink
Merge pull request #7 from rynomster/master
Browse files Browse the repository at this point in the history
Update bitcoingui.cpp - MessagePage bug (Send review tabs showing)
  • Loading branch information
silkcointemple committed Sep 18, 2014
2 parents e204789 + 55f1543 commit a76796e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1193,11 +1193,14 @@ void BitcoinGUI::gotoSendCoinsPage() {
void BitcoinGUI::gotoMessagePage()
{
messageAction->setChecked(true);
actionSendReceive->setChecked(false);
centralWidget->setCurrentWidget(messagePage);

exportAction->setEnabled(true);
disconnect(exportAction, SIGNAL(triggered()), 0, 0);
connect(exportAction, SIGNAL(triggered()), messagePage, SLOT(exportClicked()));
wId->raise();
wId2->hide();
}

void BitcoinGUI::gotoSettingsPage() {
Expand Down

0 comments on commit a76796e

Please sign in to comment.