[Summary] Fixed bug: in case of aborted export, the export dialog box should end.

This commit is contained in:
Valeriy Kamyshniy 2015-02-27 03:08:26 +02:00
parent c7624b480b
commit 73e990ee52

View file

@ -381,9 +381,7 @@ WavesExportDialog::show_progress ()
}
status->finish ();
if (!aborted) {
response (Gtk::RESPONSE_OK);
}
response (aborted ? Gtk::RESPONSE_OK : Gtk::RESPONSE_CANCEL);
}
gint