summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_format_dialog.cc
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2013-12-23 20:47:37 +0200
committerSakari Bergen <sakari.bergen@beatwaves.net>2013-12-23 20:47:37 +0200
commit2cab506f0045adf1b89887b7d6b38579372de1df (patch)
treedd609cfb7793988d579cb28e106091f4e873b209 /gtk2_ardour/export_format_dialog.cc
parente00d9dd585a2966f4e14cab890292bb48bdd6a68 (diff)
Fix export format dialog tagging state inconsistency
The state of a checkbox was used before the UI was properly initialized. This always unset the tagging option in the format object.
Diffstat (limited to 'gtk2_ardour/export_format_dialog.cc')
-rw-r--r--gtk2_ardour/export_format_dialog.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/export_format_dialog.cc b/gtk2_ardour/export_format_dialog.cc
index 1e8e87c7cf..c5d1573d54 100644
--- a/gtk2_ardour/export_format_dialog.cc
+++ b/gtk2_ardour/export_format_dialog.cc
@@ -897,8 +897,6 @@ ExportFormatDialog::show_ogg_enconding_options (boost::shared_ptr<ARDOUR::Export
encoding_options_table.resize (1, 1);
encoding_options_table.attach (tag_checkbox, 0, 1, 0, 1);
- update_tagging_selection ();
-
show_all_children ();
}