Set member_{add,del} to NULL.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 25 Oct 2008 03:01:12 +0000 (03:01 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 25 Oct 2008 03:01:12 +0000 (03:01 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@37088 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/emotion_smart.c

index a49acb4..789dc8b 100644 (file)
@@ -1200,6 +1200,8 @@ _smart_init(void)
               _smart_clip_set,
               _smart_clip_unset,
               NULL,
+              NULL,
+              NULL,
               NULL
          };
         smart = evas_smart_class_new(&sc);