summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-11 16:16:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-11 16:16:48 +0000
commita94098ae9bc8d36ebc9deee00bc91b1c3e27b521 (patch)
tree6e00a7aea69397815ed13fbaa82d7f0f9ebd32a9 /gtk2_ardour/location_ui.h
parent1bbe08af1a44f46c13873b762decc7629274929d (diff)
fix lack of marker/range display in marker/range list at startup, and tweak location display quite a bit to improve things (not done yet)
git-svn-id: svn://localhost/ardour2/branches/3.0@10977 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index 9a316bc1ed..ec19389f4a 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -79,12 +79,12 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
Gtk::Label number_label;
Gtk::HBox start_hbox;
- Gtk::Button start_go_button;
AudioClock start_clock;
+ Gtk::Button start_to_playhead_button;
Gtk::HBox end_hbox;
- Gtk::Button end_go_button;
AudioClock end_clock;
+ Gtk::Button end_to_playhead_button;
AudioClock length_clock;
Gtk::CheckButton cd_check_button;
@@ -116,7 +116,6 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
void composer_entry_changed ();
void to_playhead_button_pressed (LocationPart part);
- void go_button_pressed (LocationPart part);
void clock_changed (LocationPart part);