From 267129c1fca5ec89b9e95aa06c40069e73d11dc4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 21 May 2010 14:38:24 +0000 Subject: rename the last rename ... git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7132 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_selection.cc | 2 +- gtk2_ardour/time_axis_view.cc | 4 ++-- gtk2_ardour/time_axis_view.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc index fae1d383d3..c58f8926ff 100644 --- a/gtk2_ardour/editor_selection.cc +++ b/gtk2_ardour/editor_selection.cc @@ -829,7 +829,7 @@ Editor::track_selection_changed () } for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) { - (*i)->reflect_selected (*selection); + (*i)->show_selection (*selection); } ActionManager::set_sensitive (ActionManager::track_selection_sensitive_actions, !selection->tracks.empty()); diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc index d2363ba572..07946bb8bc 100644 --- a/gtk2_ardour/time_axis_view.cc +++ b/gtk2_ardour/time_axis_view.cc @@ -588,11 +588,11 @@ TimeAxisView::popup_size_menu (guint32 when) } void -TimeAxisView::reflect_selected (Selection &selection) +TimeAxisView::show_selection (Selection &selection) { //give children a chance to be selected for (vector::iterator i = children.begin(); i != children.end(); ++i) { - (*i)->reflect_selected (selection); + (*i)->show_selection (selection); } //determine if I am in the selection diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 80ec34ccad..703a1642fa 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -155,7 +155,7 @@ class TimeAxisView : public virtual AxisView, public Stateful virtual void hide (); bool hidden() const { return _hidden; } - virtual void reflect_selected (Selection&); + virtual void show_selection (Selection&); /** * potential handler for entered events -- cgit v1.2.3