[elm_navigationbar_ex]: [Bug Fix]: dynamic style change not working
authorshilpa singh <shilpa.singh@samsung.com>
Wed, 20 Oct 2010 06:47:12 +0000 (15:47 +0900)
committershilpa singh <shilpa.singh@samsung.com>
Wed, 20 Oct 2010 06:47:12 +0000 (15:47 +0900)
src/lib/elm_navigationbar_ex.c

index 9f6562b..7490476 100644 (file)
@@ -724,7 +724,7 @@ elm_navigationbar_ex_item_style_set(Elm_Navigationbar_ex_Item* item, const char*
        strncpy(buf, "item/", sizeof(buf));\r
        strncat(buf, item_style, sizeof(buf) - strlen(buf));\r
        if (!eina_stringshare_replace(&item->item_style, item_style)) return;\r
-       _elm_theme_object_set(item->obj, item->base,  "navigationbar2", buf, elm_widget_style_get(item->obj));\r
+       _elm_theme_object_set(item->obj, item->base,  "navigationbar_ex", buf, elm_widget_style_get(item->obj));\r
        if(item->title)\r
                edje_object_part_text_set(item->base, "elm.text", item->title);\r
        if(item->subtitle)\r