From 14d43ca9fe28a8309b4a52fa85e2b0c64a92248b Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Sun, 25 Sep 2005 22:26:56 +0000 Subject: Switched to use libgnomecanvas (not the C++ one). git-svn-id: svn://localhost/trunk/ardour2@30 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/imageframe_time_axis.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/imageframe_time_axis.cc') diff --git a/gtk2_ardour/imageframe_time_axis.cc b/gtk2_ardour/imageframe_time_axis.cc index c31255db84..cbfa50c778 100644 --- a/gtk2_ardour/imageframe_time_axis.cc +++ b/gtk2_ardour/imageframe_time_axis.cc @@ -61,8 +61,8 @@ ImageFrameTimeAxis::ImageFrameTimeAxis(std::string track_id, PublicEditor& ed, A { _color = unique_random_color() ; - selection_group = gtk_canvas_item_new (GTK_CANVAS_GROUP(canvas_display), gtk_canvas_group_get_type (), NULL) ; - gtk_canvas_item_hide(selection_group) ; + selection_group = gnome_canvas_item_new (GNOME_CANVAS_GROUP(canvas_display), gnome_canvas_group_get_type (), NULL) ; + gnome_canvas_item_hide(selection_group) ; // intialize our data items _marked_for_display = true; -- cgit v1.2.3