summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-21 14:38:24 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-21 14:38:24 +0000
commit267129c1fca5ec89b9e95aa06c40069e73d11dc4 (patch)
treea38a2525dedc82d61a26f16a3d7f1440bbd58495
parent39e953ecb2bb098492a7f7db7d830c8e4f70a633 (diff)
rename the last rename ...
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7132 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/editor_selection.cc2
-rw-r--r--gtk2_ardour/time_axis_view.cc4
-rw-r--r--gtk2_ardour/time_axis_view.h2
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<TimeAxisView*>::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