From 510146a383e969d121e32a31a81e395275f75e02 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 25 Oct 2008 03:01:12 +0000 Subject: [PATCH] Set member_{add,del} to NULL. SVN revision: 37088 --- legacy/emotion/src/lib/emotion_smart.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index a49acb4245..789dc8bb1a 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/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);