raster pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=c975e23946c8f5a3fb12f8d241eb7070db1137fb

commit c975e23946c8f5a3fb12f8d241eb7070db1137fb
Author: Carsten Haitzler <[email protected]>
Date:   Wed Nov 24 21:21:23 2021 +0000

    set default theme as overlay with file extn to file isnt found
    
    this fixes missing split icons in mild and nyanology
    
    @fix
---
 src/bin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index c721b3b..4957b4e 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -1046,7 +1046,7 @@ elm_main(int argc, char **argv)
           }
      }
 
-   elm_theme_overlay_add(NULL, theme_path_get("default"));
+   elm_theme_extension_add(NULL, theme_path_get("default.edj"));
    elm_theme_overlay_add(NULL, config_theme_path_get(instance.config));
 
    if (instance.login_shell == IPC_INSTANCE_OPT_UNSET)

-- 


Reply via email to