seoz pushed a commit to branch elementary-1.9.

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

commit b66f4c4637680a2a66983bbd9aa22dc4aee6fdd5
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 d142a27..edd02e6 100644
--- a/src/lib/elm_toolbar.c
+++ b/src/lib/elm_toolbar.c
@@ -752,7 +752,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