rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=b1178fb65e5c88fb8bdd93bf05682e2734080152

commit b1178fb65e5c88fb8bdd93bf05682e2734080152
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Apr 28 15:21:48 2016 +0300

    icon.edc: update the icons name to a FDO standard name
    
    Change-Id: I92e1de5f3530459e8052cd9a1c97b24e13f327b7
---
 data/themes/default/widgets/icon.edc | 10 +++++-----
 src/bin/ui/tabs.c                    |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/themes/default/widgets/icon.edc 
b/data/themes/default/widgets/icon.edc
index 985fa40..45f9529 100644
--- a/data/themes/default/widgets/icon.edc
+++ b/data/themes/default/widgets/icon.edc
@@ -4,11 +4,11 @@
    images.image: File COMP; parts { part { name: "base"; \
    description { aspect: 1.0 1.0; aspect_preference: BOTH; \
    image.normal: File; } } } }
-IC("arrow_up",          "toolbar/arrow_up",         "menu/arrow_up",          
"icon_arrow_up.png",       14, 0);
-IC("arrow_down",        "toolbar/arrow_down",       "menu/arrow_down",        
"icon_arrow_down.png",     14, 0);
-IC("arrow_left",        "toolbar/arrow_left",       "menu/arrow_left",        
"icon_arrow_left.png",     14, 0);
-IC("arrow_right",       "toolbar/arrow_right",      "menu/arrow_right",       
"icon_arrow_right.png",    14, 0);
-IC("home",              "toolbar/home",             "menu/home",              
"icon_home.png",           14, 0);
+IC("go-up",             "toolbar/go-up",            "menu/go-up",             
"icon_arrow_up.png",       14, 0);
+IC("go-down",           "toolbar/go-down",          "menu/go-down",           
"icon_arrow_down.png",     14, 0);
+IC("go-previous",       "toolbar/go-previous",      "menu/go-previous",       
"icon_arrow_left.png",     14, 0);
+IC("go-next",           "toolbar/go-next",          "menu/go-next",           
"icon_arrow_right.png",    14, 0);
+IC("go-home",           "toolbar/go-home",          "menu/go-home",           
"icon_home.png",           14, 0);
 IC("image2",            "toolbar/image2",           "menu/image2",            
"icon_image2.png",         14, 0);
 IC("sound2",            "toolbar/sound2",           "menu/sound2",            
"icon_sound2.png",         14, 0);
 IC("text2",             "toolbar/text2",            "menu/text2",             
"icon_text2.png",          14, 0);
diff --git a/src/bin/ui/tabs.c b/src/bin/ui/tabs.c
index 7ab4dfb..92caccb 100644
--- a/src/bin/ui/tabs.c
+++ b/src/bin/ui/tabs.c
@@ -975,7 +975,7 @@ tabs_add(void)
    tabs.menu.tab_project_info =
       elm_toolbar_item_append(tabs.menu.tabs, NULL, _("Project info"), 
_home_tab_change, tabs.menu.content_project_info);
 
-   tabs.menu.item_home = elm_toolbar_item_append(tabs.toolbar_editors, "home", 
NULL,
+   tabs.menu.item_home = elm_toolbar_item_append(tabs.toolbar_editors, 
"go-home", NULL,
                                                  _content_set, NULL);
    tabs.menu.item_image = elm_toolbar_item_append(tabs.toolbar_editors, 
"image2", NULL,
                                                   _content_set, NULL);

-- 


Reply via email to