From 883a6a3d4e0481d1145e62c995ed937e69245a94 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 9 Feb 2016 21:37:28 +0100 Subject: UI updates for export-abort --- gtk2_ardour/export_dialog.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/export_dialog.cc') diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc index 96870428ef..acf34dcbbe 100644 --- a/gtk2_ardour/export_dialog.cc +++ b/gtk2_ardour/export_dialog.cc @@ -186,7 +186,7 @@ ExportDialog::notify_errors (bool force) void ExportDialog::close_dialog () { - if (status->running) { + if (status->running ()) { status->abort(); } @@ -299,8 +299,6 @@ ExportDialog::do_export () void ExportDialog::show_progress () { - status->running = true; - cancel_button->set_label (_("Stop Export")); export_button->set_sensitive (false); @@ -312,7 +310,7 @@ ExportDialog::show_progress () gtk_main_iteration (); - while (status->running) { + while (status->running ()) { if (gtk_events_pending()) { gtk_main_iteration (); } else { -- cgit v1.2.3