summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-12 00:24:59 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-12 00:24:59 +0000
commit2e5c935990d6ea5cc6e9a5a6de0fd8c52e68657c (patch)
treed5bb19af022f8e6b39d1f4905a20d25cc82bed19
parent764e6f919fe50692aae66855f457d4dbc515e125 (diff)
Add missing connection to Editor::route_list_reordered
git-svn-id: svn://localhost/ardour2/branches/3.0@5068 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 48367044bc..fa4d3b2144 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -574,6 +574,7 @@ Editor::Editor ()
route_display_model->signal_row_deleted().connect (mem_fun (*this, &Editor::route_list_delete));
route_display_model->signal_row_changed().connect (mem_fun (*this, &Editor::route_list_change));
+ route_display_model->signal_rows_reordered().connect (mem_fun (*this, &Editor::route_list_reordered));
route_list_display.signal_button_press_event().connect (mem_fun (*this, &Editor::route_list_display_button_press), false);