summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-11-03 01:42:51 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-11-03 01:42:51 +0000
commit1b2ecaee84bedd9fc76573ad63a21b845aec8893 (patch)
treef648a7d10f693b7789880b1a0f807b30e89128a9 /gtk2_ardour/mixer_strip.h
parentbf9c7675818aea149da34b838c554cc0de0cf863 (diff)
Plugin windows change title when route title changes.
Mixer strip comments saved. (thanks brianahr!) Removed unnecessary SConscript file. Fixed CoreAudioSource compilation. git-svn-id: svn://localhost/ardour2/trunk@1063 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 21db0d14ca..5472778c17 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -153,6 +153,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::TextView* comment_area;
Gtk::Button comment_button;
+ void comment_editor_done_editing();
void setup_comment_editor ();
void comment_button_clicked ();