13
0

fix a Gtk::WARNING

git-svn-id: svn://localhost/trunk/ardour2@224 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Karsten Wiese 2006-01-01 22:01:12 +00:00
parent 1f89cd52f0
commit 40dc3995f5

View File

@ -61,7 +61,7 @@ static const gchar *psync_strings[] = {
0
};
static vector<string> positional_sync_strings;
static vector<const char *> positional_sync_strings;
int
ARDOUR_UI::setup_windows ()
@ -486,7 +486,6 @@ ARDOUR_UI::setup_transport ()
transport_tearoff_hbox.pack_start (sync_option_combo, false, false);
transport_tearoff_hbox.pack_start (time_master_button, false, false);
transport_tearoff_hbox.pack_start (punch_in_button, false, false);
transport_tearoff_hbox.pack_start (punch_in_button, false, false);
transport_tearoff_hbox.pack_start (punch_out_button, false, false);
transport_tearoff_hbox.pack_start (auto_input_button, false, false);
transport_tearoff_hbox.pack_start (auto_return_button, false, false);