jaehwan pushed a commit to branch master.

commit 35d9c26f7e2f3996405e1a327f892e1b70dd4040
Author: Jaehwan Kim <[email protected]>
Date:   Tue Mar 5 14:49:29 2013 +0900

    Typo. Sync a variable name with others
---
 src/lib/elm_toolbar.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_toolbar.c b/src/lib/elm_toolbar.c
index 848d544..3b540d0 100644
--- a/src/lib/elm_toolbar.c
+++ b/src/lib/elm_toolbar.c
@@ -844,12 +844,12 @@ _item_theme_hook(Evas_Object *obj,
              evas_object_size_hint_max_set(it->icon, ms, ms);
              edje_object_part_swallow(view, "elm.swallow.icon", it->icon);
              edje_object_signal_emit
-               (VIEW(it), "elm,state,icon,visible", "elm");
+               (view, "elm,state,icon,visible", "elm");
           }
         if (it->label)
           {
              edje_object_part_text_escaped_set(view, "elm.text", it->label);
-             edje_object_signal_emit(VIEW(it), "elm,state,text,visible", 
"elm");
+             edje_object_signal_emit(view, "elm,state,text,visible", "elm");
           }
      }
    else

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

Reply via email to