From: Gustavo Sverzut Barbieri Date: Sat, 25 Oct 2008 02:57:03 +0000 (+0000) Subject: Set member_{add,del} to NULL. X-Git-Tag: v1.0.0~5581 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff9e7e30efe5d88a1d969648468374d3033b4d8e;p=platform%2Fupstream%2Felementary.git Set member_{add,del} to NULL. SVN revision: 37086 --- diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index b6612d1..8d9050c 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -659,6 +659,8 @@ _smart_init(void) _smart_clip_set, _smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/lib/els_box.c b/src/lib/els_box.c index a94ca2f..2de9903 100644 --- a/src/lib/els_box.c +++ b/src/lib/els_box.c @@ -446,6 +446,8 @@ _smart_init(void) _smart_clip_set, _smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/lib/els_icon.c b/src/lib/els_icon.c index dc6d412..55410ee 100644 --- a/src/lib/els_icon.c +++ b/src/lib/els_icon.c @@ -252,6 +252,8 @@ _smart_init(void) _smart_clip_set, _smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/lib/els_pan.c b/src/lib/els_pan.c index 38d46de..b63420a 100644 --- a/src/lib/els_pan.c +++ b/src/lib/els_pan.c @@ -262,6 +262,8 @@ _smart_init(void) _smart_clip_set, _smart_clip_unset, NULL, + NULL, + NULL, NULL }; _smart = evas_smart_class_new(&sc); diff --git a/src/lib/els_scroller.c b/src/lib/els_scroller.c index 9dce2b5..3a1e70b 100644 --- a/src/lib/els_scroller.c +++ b/src/lib/els_scroller.c @@ -1045,6 +1045,8 @@ _smart_init(void) _smart_clip_set, _smart_clip_unset, NULL, + NULL, + NULL, NULL }; _smart = evas_smart_class_new(&sc); diff --git a/src/lib/els_table.c b/src/lib/els_table.c index 1ec0434..3e5e4ee 100644 --- a/src/lib/els_table.c +++ b/src/lib/els_table.c @@ -778,6 +778,8 @@ _smart_init(void) _smart_clip_set, _smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc);