rimmed pushed a commit to branch master.

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

commit ef08266af85bea23c86ca97a4a30f28ba70fbcf7
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Mon Jun 13 15:47:59 2016 +0300

    Tizen theme: update icon for a group navigator block.
---
 data/themes/tizen/images/view_s_group_nor.png | Bin 0 -> 1029 bytes
 data/themes/tizen/widgets/image.edc           |   2 ++
 src/bin/ui/workspace/group_navigator.c        |   2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/data/themes/tizen/images/view_s_group_nor.png 
b/data/themes/tizen/images/view_s_group_nor.png
new file mode 100644
index 0000000..dd75bed
Binary files /dev/null and b/data/themes/tizen/images/view_s_group_nor.png 
differ
diff --git a/data/themes/tizen/widgets/image.edc 
b/data/themes/tizen/widgets/image.edc
index a9f3c32..d37520a 100644
--- a/data/themes/tizen/widgets/image.edc
+++ b/data/themes/tizen/widgets/image.edc
@@ -46,6 +46,8 @@ IM("icon",     "group",          "icon-group.png",          
16 16,   0 0 0 0,
 IM("icon",     "group1",         "icon-group1.png",         16 16,   0 0 0 0,  
  SCALE,   SOLID)
 IM("icon",     "group2",         "icon-group2.png",         16 16,   0 0 0 0,  
  SCALE,   SOLID)
 
+IM("icon",     "group_navigator","view_s_group_nor.png",    16 16,   0 0 0 0,  
  SCALE,   SOLID)
+
 IM("icon",     "proxy",          "icon-proxy.png",          16 16,   0 0 0 0,  
  SCALE,   SOLID)
 IM("icon",     "proxy1",         "icon-proxy1.png",         16 16,   0 0 0 0,  
  SCALE,   SOLID)
 IM("icon",     "proxy2",         "icon-proxy2.png",         16 16,   0 0 0 0,  
  SCALE,   SOLID)
diff --git a/src/bin/ui/workspace/group_navigator.c 
b/src/bin/ui/workspace/group_navigator.c
index 4c6cdcb..ce551fd 100644
--- a/src/bin/ui/workspace/group_navigator.c
+++ b/src/bin/ui/workspace/group_navigator.c
@@ -2226,7 +2226,7 @@ group_navigator_add(Evas_Object *parent, Group *group)
 
 #ifdef HAVE_TIZEN
    Evas_Object *icon;
-   ICON_STANDARD_ADD(pl->layout, icon, true, "file")
+   IMAGE_ADD_NEW(pl->layout, icon, "icon", "group_navigator");
    elm_object_part_content_set(pl->layout, "elm.swallow.icon", icon);
 #endif
 

-- 


Reply via email to