rename the last rename that renamed the previous one ...

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7135 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-05-21 15:21:39 +00:00
parent 267129c1fc
commit ae8b97416a
3 changed files with 4 additions and 4 deletions

View File

@ -829,7 +829,7 @@ Editor::track_selection_changed ()
}
for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
(*i)->show_selection (*selection);
(*i)->show_selected (*selection);
}
ActionManager::set_sensitive (ActionManager::track_selection_sensitive_actions, !selection->tracks.empty());

View File

@ -588,11 +588,11 @@ TimeAxisView::popup_size_menu (guint32 when)
}
void
TimeAxisView::show_selection (Selection &selection)
TimeAxisView::show_selected (Selection &selection)
{
//give children a chance to be selected
for (vector<TimeAxisView*>::iterator i = children.begin(); i != children.end(); ++i) {
(*i)->show_selection (selection);
(*i)->show_selected (selection);
}
//determine if I am in the selection

View File

@ -155,7 +155,7 @@ class TimeAxisView : public virtual AxisView, public Stateful
virtual void hide ();
bool hidden() const { return _hidden; }
virtual void show_selection (Selection&);
virtual void show_selected (Selection&);
/**
* potential handler for entered events