From 5a227a3b6e43c48e2d0cfeda00d06ff175a08968 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Thu, 1 Dec 2011 00:35:41 +0000
Subject: Remove width and height stuff from Item (not generic).

git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3713 a436a847-0d15-0410-975c-d299462d15a1
---
 src/PatchageCanvas.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index acd2b74..c1471c8 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -296,7 +296,7 @@ PatchageCanvas::make_connection(FlowCanvas::Joinable* tail,
 {
 	FlowCanvas::Connection* c = new FlowCanvas::Connection(
 		*this, tail, head, color);
-	c->signal_event.connect(
+	c->signal_event().connect(
 		sigc::bind<0>(sigc::mem_fun(*this, &PatchageCanvas::on_connection_event),
 		              c));
 	return true;
-- 
cgit v1.2.1