From 36699b14844b0e5de6014ed8cfef526c4cf51449 Mon Sep 17 00:00:00 2001 From: Mandrake Date: Sun, 21 Jan 2001 03:09:33 +0000 Subject: [PATCH] raster, I know you may not want this here, but apparently this fixes a crashing bug in gevas (the gtk evas frontend). lemme know if this needs to be removed. SVN revision: 4141 --- legacy/evas/src/evas_callbacks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/evas/src/evas_callbacks.c b/legacy/evas/src/evas_callbacks.c index 7a17ee175c..45acf856cb 100644 --- a/legacy/evas/src/evas_callbacks.c +++ b/legacy/evas/src/evas_callbacks.c @@ -12,6 +12,7 @@ _evas_callback_call(Evas e, Evas_Object o, Evas_Callback_Type callback, Evas_List l; static in_cb = 0; + if(!o) return; if (in_cb) return; in_cb = 1; if (o->callbacks)