diff --git a/src/bin/e_widget.c b/src/bin/e_widget.c index e2af2fe9a..8206c914a 100644 --- a/src/bin/e_widget.c +++ b/src/bin/e_widget.c @@ -581,7 +581,10 @@ _e_smart_init(void) NULL, NULL, NULL, - NULL + NULL, + NULL, + NULL, + NULL }; _e_smart = evas_smart_class_new(&sc); }