summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-10-22 17:33:14 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-10-22 17:33:14 +0000
commite0946701e10074f51dca50191fed201f1b922477 (patch)
tree1e5279f5ebd085386e97f4153e29ccad78116178 /gtk2_ardour/editor_ops.cc
parent50f41b7bd3562aa416ebaa0d19816bac955e19d9 (diff)
More compliation fixes. add_with_viewport() -> add(). track_gnome_canvas -> track_canvas. etc.
git-svn-id: svn://localhost/trunk/ardour2@66 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index e7c81e694e..b3d18f476b 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -1471,7 +1471,7 @@ Editor::insert_region_list_drag (AudioRegion& region)
track_canvas->get_pointer (x, y);
- gnome_canvas_window_to_world (GNOME_CANVAS(track_gnome_canvas), x, y, &wx, &wy);
+ gnome_canvas_window_to_world (GNOME_CANVAS(track_canvas), x, y, &wx, &wy);
GdkEvent event;
event.type = GDK_BUTTON_RELEASE;
@@ -3168,7 +3168,7 @@ Editor::mouse_paste ()
double wx, wy;
track_canvas->get_pointer (x, y);
- gnome_canvas_window_to_world (GNOME_CANVAS(track_gnome_canvas), x, y, &wx, &wy);
+ gnome_canvas_window_to_world (GNOME_CANVAS(track_canvas), x, y, &wx, &wy);
GdkEvent event;
event.type = GDK_BUTTON_RELEASE;