discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=46eadb3c1619347558f712766f94e736f2a661a6

commit 46eadb3c1619347558f712766f94e736f2a661a6
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Aug 21 21:37:21 2015 +0900

    e - systray - add more sizes to icon hunt to fix missing icons
    
    some systray indicator icons are not found because the sizes are not
    in the list. fix this. this SHOULD actually use our existing efreet
    icon theme finding to auto-switch file based on size changes.
---
 src/modules/systray/e_mod_notifier_host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/systray/e_mod_notifier_host.c 
b/src/modules/systray/e_mod_notifier_host.c
index 89a3d54..0cd7a26 100644
--- a/src/modules/systray/e_mod_notifier_host.c
+++ b/src/modules/systray/e_mod_notifier_host.c
@@ -80,7 +80,7 @@ image_load(const char *name, const char *path, Evas_Object 
*image)
         for (theme = themes; *theme; theme++)
           {
              struct stat st;
-             unsigned int *i, sizes[] = { 24, 32, 48, 64, 128, 256, 0 };
+             unsigned int *i, sizes[] = { 16, 22, 24, 32, 36, 40, 48, 64, 72, 
96, 128, 192, 256, 512, 0 };
 
              snprintf(buf, sizeof(buf), "%s/%s", path, *theme);
              if (stat(buf, &st)) continue;

-- 


Reply via email to