From 62ea3a782dbcf96e973948fde14b9983089ee541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 7 Jun 2005 18:09:55 +0000 Subject: fixed a bug that crashed pd when deleting a popup-in-a-gop that with inlets (of the popup) connected svn path=/trunk/externals/bbogart/; revision=3129 --- popup/popup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'popup/popup.c') diff --git a/popup/popup.c b/popup/popup.c index 8e7274b..cbb3dfc 100644 --- a/popup/popup.c +++ b/popup/popup.c @@ -311,7 +311,7 @@ static void popup_delete(t_gobj *z, t_glist *glist) DEBUG(post("delete start");) t_text *x = (t_text *)z; - canvas_deletelinesfor(glist_getcanvas(glist), x); + canvas_deletelinesfor(glist, x); DEBUG(post("delete end");) } @@ -705,7 +705,7 @@ void popup_setup(void) { class_setsavefn(popup_class,&popup_save); #endif - post("Popup v0.1 Ben Bogart.\nCVS: $Revision: 1.16 $ $Date: 2005-06-07 15:07:53 $"); + post("Popup v0.1 Ben Bogart.\nCVS: $Revision: 1.17 $ $Date: 2005-06-07 18:09:55 $"); } -- cgit v1.2.1