Set smart obj callbacks descs for hoverlist and fs_bt
authorBruno Dilly <bdilly@profusion.mobi>
Tue, 16 Nov 2010 15:51:03 +0000 (15:51 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Tue, 16 Nov 2010 15:51:03 +0000 (15:51 +0000)
Spotted by demarchi

SVN revision: 54596

src/lib/elc_fileselector_button.c
src/lib/elc_hoverlist.c

index 088e2285622ea42f6c0d4431f0e4946ae3a241ef..287d382f3e968dcd2251d6273fe393851862c815 100644 (file)
@@ -262,6 +262,7 @@ elm_fileselector_button_add(Evas_Object *parent)
    elm_widget_sub_object_add(obj, wd->btn);
 
    _theme_hook(obj);
+   evas_object_smart_callbacks_descriptions_set(obj, _signals);
    return obj;
 }
 
index 3983879f2c1707fb9fce734838f4a60c83a73a92..cafaf9e518f2104099708ae9d5678615c4cf6667 100644 (file)
@@ -331,6 +331,7 @@ elm_hoverlist_add(Evas_Object* parent)
    elm_widget_sub_object_add(obj, wd->list);
    elm_widget_sub_object_add(obj, wd->hover);
    elm_widget_sub_object_add(obj, wd->target);
+   evas_object_smart_callbacks_descriptions_set(obj, _signals);
    return obj;
 }