fix a Gtk::WARNING
git-svn-id: svn://localhost/trunk/ardour2@224 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1f89cd52f0
commit
40dc3995f5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user