FDO icons: add missing system-file-manager icon

Fix T4638

(cherry picked from commit 3fe1429eee)
This commit is contained in:
Davide Andreoli 2016-10-09 21:42:53 +02:00
parent b388b4214c
commit e0c45058fe
4 changed files with 6 additions and 4 deletions

View File

@ -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 \

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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")