rimmed pushed a commit to branch master.

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

commit 7f0f94d3bb4add9007f912f03cf7823a38d539f3
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Feb 17 12:29:40 2016 +0200

    sound_manager: set icons 'sample' and 'tone' to menu
    
    Change-Id: Ice3d5fe25485deda2fea21f47a4d323ed996e578
---
 data/themes/default/images/icon_sample.png | Bin 0 -> 664 bytes
 data/themes/default/images/icon_tone.png   | Bin 0 -> 4493 bytes
 data/themes/default/widgets/icon.edc       |   2 ++
 src/bin/ui/sound_manager.c                 |   4 ++--
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/data/themes/default/images/icon_sample.png 
b/data/themes/default/images/icon_sample.png
new file mode 100644
index 0000000..efe4767
Binary files /dev/null and b/data/themes/default/images/icon_sample.png differ
diff --git a/data/themes/default/images/icon_tone.png 
b/data/themes/default/images/icon_tone.png
new file mode 100644
index 0000000..2ab0f33
Binary files /dev/null and b/data/themes/default/images/icon_tone.png differ
diff --git a/data/themes/default/widgets/icon.edc 
b/data/themes/default/widgets/icon.edc
index df11f3a..985fa40 100644
--- a/data/themes/default/widgets/icon.edc
+++ b/data/themes/default/widgets/icon.edc
@@ -46,6 +46,8 @@ IC("type_spacer",       "toolbar/type_spacer",      
"menu/type_spacer",       "i
 
 IC("text_style",        "toolbar/text_style",       "menu/text_style",        
"icon_text_style.png",     14, 0);
 IC("text_style_tag",    "toolbar/text_style_tag",   "menu/text_style_tag",    
"icon_text_style_tag.png", 14, 0);
+IC("sound_sample",      "toolbar/sound_sample",     "menu/sound_sample",      
"icon_sample.png",         14, 0);
+IC("sound_tone",        "toolbar/sound_tone",       "menu/sound_tone",        
"icon_tone.png",           14, 0);
 
 IC("no_photo",          "photo/no_photo",           "anonim",                 
"icon_head.png",           14, 0);
 #undef IC
diff --git a/src/bin/ui/sound_manager.c b/src/bin/ui/sound_manager.c
index 2fae473..836b183 100644
--- a/src/bin/ui/sound_manager.c
+++ b/src/bin/ui/sound_manager.c
@@ -626,8 +626,8 @@ _sound_editor_main_markup_create(Sound_Editor *edit)
    elm_object_part_content_set(edit->btn_add, NULL, ic);
 
    edit->menu = elm_menu_add(ap.win);
-   elm_menu_item_add(edit->menu, NULL, NULL, _("Sample"), _sample_add_cb, 
edit);
-   elm_menu_item_add(edit->menu, NULL, NULL, _("Tone"), _tone_add_cb, edit);
+   elm_menu_item_add(edit->menu, NULL, "sound_sample", _("Sample"), 
_sample_add_cb, edit);
+   elm_menu_item_add(edit->menu, NULL, "sound_tone", _("Tone"), _tone_add_cb, 
edit);
 
    search = _sound_editor_search_field_create(edit->markup);
    evas_object_hide(search);

-- 


Reply via email to