From 6f4f28928d7fbe6cf65a175fab5632c36824ce04 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Thu, 23 Jan 2020 17:05:36 -0600 Subject: Export Dialog: catch major changes, and mark the session dirty. Otherwise changes can be silently lost. --- gtk2_ardour/export_dialog.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/export_dialog.h') diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h index e15a21395e..d2cc5ec719 100644 --- a/gtk2_ardour/export_dialog.h +++ b/gtk2_ardour/export_dialog.h @@ -114,6 +114,8 @@ private: void do_export (); + void maybe_set_session_dirty (); + void update_realtime_selection (); void parameter_changed (std::string const&); @@ -148,6 +150,8 @@ private: float previous_progress; // Needed for gtk bug workaround + bool _initialized; + void soundcloud_upload_progress(double total, double now, std::string title); /* Buttons */ -- cgit v1.2.3