summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-04-16 19:31:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-04-16 19:31:57 +0000
commit7c3367c5439328ea89d7dc9495ba480982e41708 (patch)
treea0507d2f8d26ba7cdccf0691101180587892c4e5 /gtk2_ardour/mixer_strip.h
parent5ddedeec73e3b05b2800d0176c1330eff9b9070c (diff)
put mixer strip track name button context menu back on button3 ONLY, and make button1 press revert the display to the track if it was displaying a send
git-svn-id: svn://localhost/ardour2/branches/3.0@6918 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 3e264502a4..93bd5fd371 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -227,7 +227,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Menu* route_ops_menu;
void build_route_ops_menu ();
- gint name_button_button_press (GdkEventButton*);
+ gboolean name_button_button_press (GdkEventButton*);
void list_route_operations ();
gint comment_key_release_handler (GdkEventKey*);