Somewhat confident now, tested on GNOME+KDE, with all types of transactions. Next...
[novacoin.git] / gui / src / sendcoinsdialog.cpp
index b50ed99..721ab14 100644 (file)
@@ -101,6 +101,8 @@ void SendCoinsDialog::on_pasteButton_clicked()
 void SendCoinsDialog::on_addressBookButton_clicked()
 {
     AddressBookDialog dlg;
+    dlg.setModel(model->getAddressTableModel());
+    dlg.setTab(AddressBookDialog::SendingTab);
     dlg.exec();
     ui->payTo->setText(dlg.getReturnValue());
 }