Set member_{add,del} to NULL.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Sat, 25 Oct 2008 02:57:03 +0000 (02:57 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Sat, 25 Oct 2008 02:57:03 +0000 (02:57 +0000)
SVN revision: 37086

src/lib/elm_widget.c
src/lib/els_box.c
src/lib/els_icon.c
src/lib/els_pan.c
src/lib/els_scroller.c
src/lib/els_table.c

index b6612d1..8d9050c 100644 (file)
@@ -659,6 +659,8 @@ _smart_init(void)
               _smart_clip_set,
               _smart_clip_unset,
               NULL,
+              NULL,
+              NULL,
               NULL
          };
         _e_smart = evas_smart_class_new(&sc);
index a94ca2f..2de9903 100644 (file)
@@ -446,6 +446,8 @@ _smart_init(void)
               _smart_clip_set,
               _smart_clip_unset,
               NULL,
+              NULL,
+              NULL,
               NULL
          };
        _e_smart = evas_smart_class_new(&sc);
index dc6d412..55410ee 100644 (file)
@@ -252,6 +252,8 @@ _smart_init(void)
               _smart_clip_set,
               _smart_clip_unset,
               NULL,
+              NULL,
+              NULL,
               NULL
          };
        _e_smart = evas_smart_class_new(&sc);
index 38d46de..b63420a 100644 (file)
@@ -262,6 +262,8 @@ _smart_init(void)
               _smart_clip_set,
               _smart_clip_unset,
               NULL,
+              NULL,
+              NULL,
               NULL
          };
        _smart = evas_smart_class_new(&sc);
index 9dce2b5..3a1e70b 100644 (file)
@@ -1045,6 +1045,8 @@ _smart_init(void)
               _smart_clip_set,
               _smart_clip_unset,
               NULL,
+              NULL,
+              NULL,
               NULL
          };
        _smart = evas_smart_class_new(&sc);
index 1ec0434..3e5e4ee 100644 (file)
@@ -778,6 +778,8 @@ _smart_init(void)
               _smart_clip_set,
               _smart_clip_unset,
               NULL,
+              NULL,
+              NULL,
               NULL
          };
        _e_smart = evas_smart_class_new(&sc);