FDO icons: add missing system-file-manager icon

Fix T4638
This commit is contained in:
Davide Andreoli 2016-10-09 21:40:27 +02:00
parent 0873466a3b
commit 3fe1429eee
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-screensaver.png \
elementary/themes/fdo/apps/64/preferences-desktop-theme.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-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_fdo_intl_128_files = \
elementary/themes/fdo/intl/128/flag-ad.png \ 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: * 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 * 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, * If you can't find the name in the spec then you MUST search in the Adwaita,
* Oxigen, Faenza (now Rave-X) icone themes to find a suitable name. * 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 * IF you really cannot find anything try at least to be consistent with other
* existing names. * existing names.
@ -385,7 +385,7 @@ ICO1(CTX, "preferences-desktop-wallpaper", 64)
// TODO system-software-update // TODO system-software-update
// TODO utilities-system-monitor // TODO utilities-system-monitor
// TODO utilities-terminal // TODO utilities-terminal
// TODO system-file-manager ICO1(CTX, "system-file-manager", 64)
#undef CTX #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-screensaver")
IC("preferences-desktop-theme") IC("preferences-desktop-theme")
IC("preferences-desktop-wallpaper") IC("preferences-desktop-wallpaper")
IC("system-file-manager")
CONTEXT("International") CONTEXT("International")
IC("flag-ad") IC("flag-ad")