From e5c4d62fd41a5f2843b58f158505f805d9577b3f Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 25 Oct 2008 03:13:33 +0000 Subject: [PATCH] Set member_{add,del} to NULL. SVN revision: 37091 --- src/bin/e_box.c | 2 ++ src/bin/e_editable.c | 2 ++ src/bin/e_entry.c | 2 ++ src/bin/e_flowlayout.c | 2 ++ src/bin/e_fm.c | 2 ++ src/bin/e_gadcon.c | 2 ++ src/bin/e_icon.c | 2 ++ src/bin/e_ilist.c | 2 ++ src/bin/e_layout.c | 2 ++ src/bin/e_livethumb.c | 2 ++ src/bin/e_pan.c | 2 ++ src/bin/e_scrollframe.c | 2 ++ src/bin/e_slidecore.c | 2 ++ src/bin/e_slider.c | 2 ++ src/bin/e_slidesel.c | 2 ++ src/bin/e_spectrum.c | 2 ++ src/bin/e_table.c | 2 ++ src/bin/e_widget.c | 2 ++ 18 files changed, 36 insertions(+) diff --git a/src/bin/e_box.c b/src/bin/e_box.c index 9062558ec..70a6b608e 100644 --- a/src/bin/e_box.c +++ b/src/bin/e_box.c @@ -653,6 +653,8 @@ _e_box_smart_init(void) _e_box_smart_clip_set, _e_box_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_editable.c b/src/bin/e_editable.c index d20c60479..e5eb5cac3 100644 --- a/src/bin/e_editable.c +++ b/src/bin/e_editable.c @@ -88,6 +88,8 @@ e_editable_add(Evas *evas) _e_editable_clip_set, _e_editable_clip_unset, NULL, + NULL, + NULL, NULL }; _e_editable_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_entry.c b/src/bin/e_entry.c index 5bb1ed571..95d94e325 100644 --- a/src/bin/e_entry.c +++ b/src/bin/e_entry.c @@ -100,6 +100,8 @@ e_entry_add(Evas *evas) _e_entry_clip_set, _e_entry_clip_unset, NULL, + NULL, + NULL, NULL }; _e_entry_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_flowlayout.c b/src/bin/e_flowlayout.c index b906ca3cd..bbad398a4 100644 --- a/src/bin/e_flowlayout.c +++ b/src/bin/e_flowlayout.c @@ -837,6 +837,8 @@ _e_flowlayout_smart_init(void) _e_flowlayout_smart_clip_set, _e_flowlayout_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index eb7deb6e7..476d61cde 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -420,6 +420,8 @@ e_fm2_init(void) _e_fm2_smart_clip_set, /* clip_set */ _e_fm2_smart_clip_unset, /* clip_unset */ NULL, + NULL, + NULL, NULL }; _e_fm2_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_gadcon.c b/src/bin/e_gadcon.c index ce53f66b1..483041da7 100644 --- a/src/bin/e_gadcon.c +++ b/src/bin/e_gadcon.c @@ -3111,6 +3111,8 @@ _e_gadcon_layout_smart_init(void) _e_gadcon_layout_smart_clip_set, _e_gadcon_layout_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index db0593094..7eb292d6d 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -346,6 +346,8 @@ _e_icon_smart_init(void) _e_icon_smart_clip_set, _e_icon_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_ilist.c b/src/bin/e_ilist.c index d6cd98e3a..7cc3fc9f6 100644 --- a/src/bin/e_ilist.c +++ b/src/bin/e_ilist.c @@ -819,6 +819,8 @@ _e_smart_init(void) _e_smart_clip_set, _e_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_layout.c b/src/bin/e_layout.c index 09243e6cb..052a725d0 100644 --- a/src/bin/e_layout.c +++ b/src/bin/e_layout.c @@ -365,6 +365,8 @@ _e_layout_smart_init(void) _e_layout_smart_clip_set, _e_layout_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_livethumb.c b/src/bin/e_livethumb.c index d5acd96e1..ab21bd159 100644 --- a/src/bin/e_livethumb.c +++ b/src/bin/e_livethumb.c @@ -211,6 +211,8 @@ _e_smart_init(void) _e_smart_clip_set, _e_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_pan.c b/src/bin/e_pan.c index 4b55c2be4..d2cedecc8 100644 --- a/src/bin/e_pan.c +++ b/src/bin/e_pan.c @@ -264,6 +264,8 @@ _e_smart_init(void) _e_smart_clip_set, _e_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_scrollframe.c b/src/bin/e_scrollframe.c index 63affe2da..e5920a212 100644 --- a/src/bin/e_scrollframe.c +++ b/src/bin/e_scrollframe.c @@ -1044,6 +1044,8 @@ _e_smart_init(void) _e_smart_clip_set, _e_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_slidecore.c b/src/bin/e_slidecore.c index 48070a26b..a348ab5e8 100644 --- a/src/bin/e_slidecore.c +++ b/src/bin/e_slidecore.c @@ -411,6 +411,8 @@ _e_smart_init(void) _e_smart_clip_set, _e_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_slider.c b/src/bin/e_slider.c index e55a56272..b0eb76f1b 100644 --- a/src/bin/e_slider.c +++ b/src/bin/e_slider.c @@ -543,6 +543,8 @@ _e_smart_init(void) _e_smart_clip_set, _e_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_slidesel.c b/src/bin/e_slidesel.c index c95b11ca9..7b79cc77e 100644 --- a/src/bin/e_slidesel.c +++ b/src/bin/e_slidesel.c @@ -367,6 +367,8 @@ _e_smart_init(void) _e_smart_clip_set, _e_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_spectrum.c b/src/bin/e_spectrum.c index 4380014b5..22c2eaff4 100644 --- a/src/bin/e_spectrum.c +++ b/src/bin/e_spectrum.c @@ -168,6 +168,8 @@ _e_spectrum_smart_init(void) _e_spectrum_smart_clip_set, _e_spectrum_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_spectrum_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_table.c b/src/bin/e_table.c index 32f0619bd..5ef9a2d7b 100644 --- a/src/bin/e_table.c +++ b/src/bin/e_table.c @@ -840,6 +840,8 @@ _e_table_smart_init(void) _e_table_smart_clip_set, _e_table_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc); diff --git a/src/bin/e_widget.c b/src/bin/e_widget.c index cc3c20ea7..5f2bf3037 100644 --- a/src/bin/e_widget.c +++ b/src/bin/e_widget.c @@ -582,6 +582,8 @@ _e_smart_init(void) _e_smart_clip_set, _e_smart_clip_unset, NULL, + NULL, + NULL, NULL }; _e_smart = evas_smart_class_new(&sc);