From 6ecd6f2c4c83563c60bdb6097997091b19056f20 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Fri, 26 Nov 2010 09:56:45 +0000 Subject: [PATCH] default and highcolor aren't icon themes And set hicolor last, as all themes inherit from it. SVN revision: 55005 --- legacy/elementary/src/lib/elm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_main.c b/legacy/elementary/src/lib/elm_main.c index 30d45ce19b..ff378d1c05 100644 --- a/legacy/elementary/src/lib/elm_main.c +++ b/legacy/elementary/src/lib/elm_main.c @@ -405,7 +405,7 @@ elm_need_efreet(void) { const char **itr; static const char *themes[] = { - "default", "highcolor", "hicolor", "gnome", "Human", "oxygen", NULL + "gnome", "Human", "oxygen", "hicolor", NULL }; for (itr = themes; *itr; itr++) {