summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_keyboard.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_keyboard.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_keyboard.cc')
-rw-r--r--gtk2_ardour/editor_keyboard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_keyboard.cc b/gtk2_ardour/editor_keyboard.cc
index 782ddb6b85..32a1a20285 100644
--- a/gtk2_ardour/editor_keyboard.cc
+++ b/gtk2_ardour/editor_keyboard.cc
@@ -49,7 +49,7 @@ Editor::kbd_driver (sigc::slot<void,GdkEvent*> theslot, bool use_track_canvas, b
selection->set (entered_regionview);
}
- gnome_canvas_window_to_world (GNOME_CANVAS(track_gnome_canvas), x, y, &dx, &dy);
+ gnome_canvas_window_to_world (GNOME_CANVAS(track_canvas), x, y, &dx, &dy);
ev.type = GDK_BUTTON_PRESS;
ev.button.x = dx;