summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-21 00:12:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-21 00:12:06 +0000
commite34470b7bdeefa71c081adbd957829a1c6dbf247 (patch)
tree79ddcc4f52ea5c54e4f8de59cbd9e1de51c7e541 /gtk2_ardour/time_axis_view.h
parent1ae6d826744c2c9915627357f4ba5db2e5835f16 (diff)
return to the old way of editing track names, but hopefully better than it was. likely to be some corner case issues still and the issue of how rec-arm interacts with this
git-svn-id: svn://localhost/ardour2/branches/3.0@13934 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 6e659e47a7..17dfec986b 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -224,8 +224,8 @@ class TimeAxisView : public virtual AxisView
bool name_entry_key_release (GdkEventKey *ev);
bool name_entry_key_press (GdkEventKey *ev);
+ bool name_entry_focus_out (GdkEventFocus *ev);
- ArdourDialog* name_editor;
Gtk::Entry* name_entry;
void begin_name_edit ();
void end_name_edit (int);