diff --git a/data/themes/default.edc b/data/themes/default.edc index 9d0fc8db7..1724955d5 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -3,7 +3,7 @@ // Icons: // EFM - All popup icons ... eg, paste copy delete properties // EFM - folders (perhaps?), dynamic mime icons -// Icons - Interactions, settings, better looking SD card. +// Icons - Interactions, settings, engine, better looking SD card. // /* @@ -22446,7 +22446,6 @@ ICON("widget/resize","icon_resize.png",64) /// No icons made yet /// ICON("enlightenment/engine","icon_dummy.png",64) -ICON("enlightenment/profiles","icon_dummy.png",64) ICON("enlightenment/toolbar","icon_dummy.png",64) ICON("enlightenment/settings","icon_dummy.png",64) @@ -22502,6 +22501,7 @@ ICON("enlightenment/fonts","icon_fonts.png",64) ICON("enlightenment/icon_theme","icon_icon_theme.png",64) ICON("enlightenment/transitions","icon_transitions.png",64) ICON("enlightenment/performance","icon_performance.png",64) +ICON("enlightenment/profiles","icon_profiles.png",64) ICON("enlightenment/startup","icon_startup.png",64) ICON("enlightenment/winlist","icon_winlist.png",64) ICON("enlightenment/window_manipulation","icon_window_manipulation.png",64) diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index cda93fa91..feca5433e 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -386,6 +386,7 @@ icon_new.png \ icon_pager.png \ icon_performance.png \ icon_power_management.png \ +icon_profiles.png \ icon_reboot.png \ icon_regenerate_menus.png \ icon_reset.png \ diff --git a/data/themes/images/icon_profiles.png b/data/themes/images/icon_profiles.png new file mode 100644 index 000000000..e7df33a2f Binary files /dev/null and b/data/themes/images/icon_profiles.png differ