X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fexport_dialog.h;h=5e895e54c85a4e9b18320e1670e019db143ec05f;hb=5fef65538040fbac1b9edd1847a269aa925a49c9;hp=0cc288f172abc4318b9949276e0bcc1a715bcfb5;hpb=a3465ff5d3b830e79a0e383b3c85df0c8cc3af9e;p=ardour.git diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h index 0cc288f172..5e895e54c8 100644 --- a/gtk2_ardour/export_dialog.h +++ b/gtk2_ardour/export_dialog.h @@ -81,7 +81,8 @@ class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList boost::scoped_ptr timespan_selector; boost::scoped_ptr channel_selector; boost::scoped_ptr file_notebook; - boost::scoped_ptr soundcloud_selector; + + boost::shared_ptr soundcloud_selector; Gtk::VBox warning_widget; Gtk::VBox progress_widget; @@ -93,7 +94,7 @@ class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList void init (); - void notify_errors (); + void notify_errors (bool force = false); void close_dialog (); void sync_with_manager ();