Set member_{add,del} to NULL.

SVN revision: 37091
devs/princeamd/enlightenment-0.17-elive
Gustavo Sverzut Barbieri 15 years ago
parent 928f2e56a6
commit e5c4d62fd4
  1. 2
      src/bin/e_box.c
  2. 2
      src/bin/e_editable.c
  3. 2
      src/bin/e_entry.c
  4. 2
      src/bin/e_flowlayout.c
  5. 2
      src/bin/e_fm.c
  6. 2
      src/bin/e_gadcon.c
  7. 2
      src/bin/e_icon.c
  8. 2
      src/bin/e_ilist.c
  9. 2
      src/bin/e_layout.c
  10. 2
      src/bin/e_livethumb.c
  11. 2
      src/bin/e_pan.c
  12. 2
      src/bin/e_scrollframe.c
  13. 2
      src/bin/e_slidecore.c
  14. 2
      src/bin/e_slider.c
  15. 2
      src/bin/e_slidesel.c
  16. 2
      src/bin/e_spectrum.c
  17. 2
      src/bin/e_table.c
  18. 2
      src/bin/e_widget.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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

@ -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);

Loading…
Cancel
Save