From: barbieri Date: Sat, 25 Oct 2008 03:01:12 +0000 (+0000) Subject: Set member_{add,del} to NULL. X-Git-Tag: 2.0_alpha~320 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e065c3818375ef172339e4218073e16fcb93d5d;p=framework%2Fuifw%2Femotion.git Set member_{add,del} to NULL. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@37088 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/emotion_smart.c b/src/lib/emotion_smart.c index a49acb4..789dc8b 100644 --- a/src/lib/emotion_smart.c +++ b/src/lib/emotion_smart.c @@ -1200,6 +1200,8 @@ _smart_init(void) _smart_clip_set, _smart_clip_unset, NULL, + NULL, + NULL, NULL }; smart = evas_smart_class_new(&sc);