use new ARDOUR::Location signals in GUI
[ardour.git] / gtk2_ardour / editor_mouse.cc
index 41fd6ffd0cd2171b13421c94b16e45658d448004..1087b0e817f96292050147d5601c62265a427841 100644 (file)
@@ -1885,7 +1885,7 @@ Editor::leave_handler (ArdourCanvas::Item* item, GdkEvent*, ItemType item_type)
                }
                entered_marker = 0;
                if ((loc = find_location_from_marker (marker, is_start)) != 0) {
-                       location_flags_changed (loc, this);
+                       location_flags_changed (loc);
                }
                // fall through
        case MeterMarkerItem: