seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=8d91dd08cc46d28f34eef7b72b47eb7e3fcd8860

commit 8d91dd08cc46d28f34eef7b72b47eb7e3fcd8860
Author: Daniel Juyung Seo <[email protected]>
Date:   Sun Apr 27 02:40:45 2014 +0900

    toolbar: Fixed wrong edje api usage for elm objects.
    
    This bug was introduced by the commit
    4c8677166163316468da56c53b203ac572085c40 this January.
    
    @fix
---
 src/lib/elm_toolbar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_toolbar.c b/src/lib/elm_toolbar.c
index 340a1e8..455e94a 100644
--- a/src/lib/elm_toolbar.c
+++ b/src/lib/elm_toolbar.c
@@ -934,7 +934,7 @@ _item_disable_hook(Elm_Object_Item *it)
 
    edje_object_signal_emit(VIEW(toolbar_it), emission, "elm");
    if (toolbar_it->icon)
-     edje_object_signal_emit(toolbar_it->icon, emission, "elm");
+     elm_widget_signal_emit(toolbar_it->icon, emission, "elm");
 
    _resize_cb(WIDGET(toolbar_it), NULL, NULL, NULL);
 }

-- 


Reply via email to