From b950ae8020d9b45ac733a47d70a18fe52fca87ca Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 27 Feb 2018 17:41:01 -0500 Subject: [PATCH] remove adding theme extension for "default" theme on startup elm_theme does this automatically so there should never be a need for it --- src/bin/e_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index b66936d45..f3df15959 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -461,8 +461,6 @@ main(int argc, char **argv) e_error_message_show(_("Enlightenment cannot initialize Elementary!\n")); _e_main_shutdown(-1); } - if (!eina_streq(elm_theme_get(NULL), "default")) - elm_theme_extension_add(NULL, "default"); TS("Elementary Init Done"); //_e_main_shutdown_push(elm_shutdown);