diff --git a/data/themes/default.edc b/data/themes/default.edc index 5463a67b8..e169f12d4 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 - engine, better looking SD card +// Icons - better looking SD card, toolbar(use ibar icon) // Icons for all modules in Module list. // @@ -22449,7 +22449,6 @@ ICON("widget/reset","icon_reset.png",64) /// No icons made yet /// -ICON("enlightenment/engine","icon_dummy.png",64) ICON("enlightenment/toolbar","icon_dummy.png",64) /// Normal Icons /// @@ -22481,6 +22480,7 @@ ICON("enlightenment/favorites","icon_favorites.png",64) ICON("enlightenment/desktops","icon_desktops.png",64) ICON("enlightenment/configuration","icon_configuration.png",64) ICON("enlightenment/settings","icon_configuration.png",64) +ICON("enlightenment/engine","icon_engine.png",64) ICON("enlightenment/dialogs","icon_dummy.png",64) ICON("enlightenment/intl","icon_intl.png",64) ICON("enlightenment/interaction","icon_interaction.png",64) diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index c21ff354a..5b2c043b1 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -336,6 +336,7 @@ icon_efm_tmp.png \ icon_efm_view_details.png \ icon_efm_view_name.png \ icon_efm_view.png \ +icon_engine.png \ icon_extensions.png \ icon_favorites.png \ icon_file_icons.png \ diff --git a/data/themes/images/icon_engine.png b/data/themes/images/icon_engine.png new file mode 100644 index 000000000..3543fa6dc Binary files /dev/null and b/data/themes/images/icon_engine.png differ