summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-11-06 17:22:13 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-11-06 17:22:13 +0000
commit0673a5d93ee617185c0eb4b60a062dc9eb19f1a2 (patch)
tree91cedf097820cb72705f9c99154b9bfda31fa2c1 /gtk2_ardour/mixer_strip.h
parente91d3fc250e6544024f609c0cb6af80e7bbc844b (diff)
Comment button hilighted when comments exist. Thanks Brian!
git-svn-id: svn://localhost/ardour2/trunk@1076 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 5472778c17..88115c6063 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_button_refresh();
void comment_editor_done_editing();
void setup_comment_editor ();
void comment_button_clicked ();