remove/delete current mixer strip when session is deleted
[ardour.git] / gtk2_ardour / export_region_dialog.cc
index cb3804c11b224f3694c4d6264cd3a22f3ada6b11..1241d2bf908247c7975c01e6c1331a4dd3d6dfe2 100644 (file)
@@ -62,7 +62,7 @@ ExportRegionDialog::export_audio_data()
 void*
 ExportRegionDialog::_export_region_thread (void *arg)
 {
-       PBD::ThreadCreated (pthread_self(), X_("Export Region"));
+       PBD::notify_gui_about_thread_creation (pthread_self(), X_("Export Region"));
 
        static_cast<ExportRegionDialog*>(arg)->export_region ();
        return 0;