Fix typo in 37aaa2d1
[ardour.git] / gtk2_ardour / export_format_selector.cc
index dbc74908d1e3469ae429a3065e28e0dbdf39486e..cf973b86b3d367f89238a7b58d204020fcb4aa8b 100644 (file)
@@ -159,6 +159,9 @@ ExportFormatSelector::open_edit_dialog (bool new_dialog)
                update_format_description ();
                FormatEdited (state->format);
                CriticalSelectionChanged();
+       } else {
+               FormatReverted (state->format);
+               CriticalSelectionChanged();
        }
        return response;
 }