davemds pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e0c45058fe058e193e9ec65e79e41600a17c5e95

commit e0c45058fe058e193e9ec65e79e41600a17c5e95
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Oct 9 21:42:53 2016 +0200

    FDO icons: add missing system-file-manager icon
    
    Fix T4638
    
    (cherry picked from commit 3fe1429eee5568ef7af7bc47a9dc43ce65e084ca)
---
 data/elementary/themes/Makefile.am                       |   3 ++-
 data/elementary/themes/edc/elm/icon_fdo.edc              |   6 +++---
 .../themes/fdo/apps/64/system-file-manager.png           | Bin 0 -> 1113 bytes
 src/bin/elementary/test_icon.c                           |   1 +
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/data/elementary/themes/Makefile.am 
b/data/elementary/themes/Makefile.am
index 64c5cff..14a8151 100644
--- a/data/elementary/themes/Makefile.am
+++ b/data/elementary/themes/Makefile.am
@@ -1344,7 +1344,8 @@ elementary_fdo_apps_64_files = \
        elementary/themes/fdo/apps/64/preferences-desktop-screensaver.png \
        elementary/themes/fdo/apps/64/preferences-desktop-theme.png \
        elementary/themes/fdo/apps/64/preferences-desktop-wallpaper.png \
-       elementary/themes/fdo/apps/64/preferences-profile.png
+       elementary/themes/fdo/apps/64/preferences-profile.png \
+       elementary/themes/fdo/apps/64/system-file-manager.png
 
 elementary_fdo_intl_128_files = \
        elementary/themes/fdo/intl/128/flag-ad.png \
diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc 
b/data/elementary/themes/edc/elm/icon_fdo.edc
index 33cbfa3..c608afd 100644
--- a/data/elementary/themes/edc/elm/icon_fdo.edc
+++ b/data/elementary/themes/edc/elm/icon_fdo.edc
@@ -4,8 +4,8 @@
  * WARNING: When you add new icons you MUST ensure to use standard names as 
per:
  * 
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
  *
- * If you can't find the name in the spec then you MUST search in the Tango,
- * Oxigen, Faenza (now Rave-X) icone themes to find a suitable name.
+ * If you can't find the name in the spec then you MUST search in the Adwaita,
+ * Tango, Breeze, Oxigen, Faenza (now Rave-X) icone themes to find a suitable 
name.
  *
  * IF you really cannot find anything try at least to be consistent with other
  * existing names.
@@ -385,7 +385,7 @@ ICO1(CTX, "preferences-desktop-wallpaper", 64)
 // TODO system-software-update
 // TODO utilities-system-monitor
 // TODO utilities-terminal
-// TODO system-file-manager
+ICO1(CTX, "system-file-manager", 64)
 #undef CTX
 
 
diff --git a/data/elementary/themes/fdo/apps/64/system-file-manager.png 
b/data/elementary/themes/fdo/apps/64/system-file-manager.png
new file mode 100644
index 0000000..7de1841
Binary files /dev/null and 
b/data/elementary/themes/fdo/apps/64/system-file-manager.png differ
diff --git a/src/bin/elementary/test_icon.c b/src/bin/elementary/test_icon.c
index 4da07c0..5c901a6 100644
--- a/src/bin/elementary/test_icon.c
+++ b/src/bin/elementary/test_icon.c
@@ -520,6 +520,7 @@ _standard_genlist_populate(Evas_Object *gl)
    IC("preferences-desktop-screensaver")
    IC("preferences-desktop-theme")
    IC("preferences-desktop-wallpaper")
+   IC("system-file-manager")
 
    CONTEXT("International")
    IC("flag-ad")

-- 


Reply via email to