summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-15 03:12:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-15 03:12:16 +0000
commitbeb3ee233969b7a1a7863102d0d38484f327dae3 (patch)
tree53d971313be7736e83c37a8f1fcf2a717f0ad1aa /gtk2_ardour/automation_time_axis.cc
parentb373ef6a243b0cf8fbb0ef7190f0631ee0cd8899 (diff)
fix sigc++ SConscript, get crossfade_edit.cc to compile
git-svn-id: svn://localhost/trunk/ardour2@97 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_time_axis.cc')
-rw-r--r--gtk2_ardour/automation_time_axis.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc
index 4e548491e0..5339b0a02e 100644
--- a/gtk2_ardour/automation_time_axis.cc
+++ b/gtk2_ardour/automation_time_axis.cc
@@ -74,9 +74,8 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session& s, Route& r, PublicEdit
base_rect->set_data ("trackview", this);
- gtk_signal_connect (GTK_OBJECT(base_rect), "event",
- (GtkSignalFunc) PublicEditor::canvas_automation_track_event,
- this);
+ base_rect->signal_event().connect (bind (mem_fun (editor, &PublicEditor::canvas_automation_track_event),
+ base_rect, this));
hide_button.add (*(manage (new Gtk::Image (Gdk::Pixbuf::create_from_xpm_data(small_x_xpm)))));