summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-11 02:04:49 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-11 02:04:49 +0000
commit3d3d6feaa43c2f429963b31ba4d7556b0a68a8ca (patch)
treeaea866eca2f225373e314c9610d6cfe9415399c5 /gtk2_ardour/route_time_axis.h
parent12aa01660a20e9b5d923f5c7bb21ab3a3d6ba9cf (diff)
Add submenus for route group, playlist and automation to route context menu. Fixes #618.
git-svn-id: svn://localhost/ardour2/branches/3.0@7594 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 7d65fcc69a..840b18ed14 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -105,8 +105,7 @@ public:
/* group playlist name resolving */
std::string resolve_new_group_playlist_name(std::string &, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const &);
-
- void build_playlist_menu (Gtk::Menu *);
+ void build_playlist_menu ();
void add_underlay (StreamView*, bool update_xml = true);
void remove_underlay (StreamView*);
@@ -172,7 +171,7 @@ protected:
void update_diskstream_display ();
- gint edit_click (GdkEventButton *);
+ gint route_group_click (GdkEventButton *);
void processors_changed (ARDOUR::RouteProcessorChange);