summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_format_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-26 02:15:44 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-26 02:15:44 +0000
commit7664d86dc548ced3cf6947320de0cd235353d78d (patch)
tree2b8309834ed162592fbc786366d5a96e7f3dbd66 /gtk2_ardour/export_format_dialog.cc
parentc07f42b9f4162ec52932b0763cba2c649cb79f56 (diff)
Fix #2931; redundant menu items on main clocks.
git-svn-id: svn://localhost/ardour2/branches/3.0@6184 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_format_dialog.cc')
-rw-r--r--gtk2_ardour/export_format_dialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/export_format_dialog.cc b/gtk2_ardour/export_format_dialog.cc
index 2e9f20d120..ac3ec1be6a 100644
--- a/gtk2_ardour/export_format_dialog.cc
+++ b/gtk2_ardour/export_format_dialog.cc
@@ -44,11 +44,11 @@ ExportFormatDialog::ExportFormatDialog (FormatPtr format, bool new_dialog) :
silence_table (2, 4),
trim_start_checkbox (_("Trim silence at start")),
silence_start_checkbox (_("Add silence at start:")),
- silence_start_clock ("silence_start", true, "PreRollClock", true, true),
+ silence_start_clock ("silence_start", true, "PreRollClock", true, false, true),
trim_end_checkbox (_("Trim silence at end")),
silence_end_checkbox (_("Add silence at end:")),
- silence_end_clock ("silence_end", true, "PreRollClock", true, true),
+ silence_end_clock ("silence_end", true, "PreRollClock", true, false, true),
format_table (3, 4),
compatibility_label (_("Compatibility"), Gtk::ALIGN_LEFT),