default and highcolor aren't icon themes

And set hicolor last, as all themes inherit from it.

SVN revision: 55005
This commit is contained in:
Sebastian Dransfeld 2010-11-26 09:56:45 +00:00
parent 6a42df9f9a
commit 6ecd6f2c4c
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{