remove custom icon... as efl will find the right one anyway.

also remove the install of the extra icon - not needed
This commit is contained in:
Carsten Haitzler 2017-07-24 18:45:54 +09:00
parent b17dd424df
commit af4f8b4b1c
2 changed files with 0 additions and 7 deletions

View File

@ -1,4 +1,2 @@
install_data('rage.png',
install_dir: join_paths(dir_data, 'icons'))
install_data('rage.png',
install_dir: join_paths(dir_data, proj, 'images'))

View File

@ -584,11 +584,6 @@ win_add(void)
evas_object_smart_callback_add(win, "focused", _cb_focused, NULL);
evas_object_smart_callback_add(win, "unfocused", _cb_unfocused, NULL);
o = evas_object_image_add(evas_object_evas_get(win));
snprintf(buf, sizeof(buf), "%s/images/rage.png", elm_app_data_dir_get());
evas_object_image_file_set(o, buf, NULL);
elm_win_icon_object_set(win, o);
o = elm_layout_add(win);
snprintf(buf, sizeof(buf), "%s/themes/default.edj", elm_app_data_dir_get());
elm_layout_file_set(o, buf, "rage/core");