If a user adds an extension, we should prefer it.

SVN revision: 29335
This commit is contained in:
Sebastian Dransfeld 2007-04-04 10:18:09 +00:00
parent d043c399f2
commit 4502f59643
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ efreet_icon_dir_get(void)
void
efreet_icon_extension_add(const char *ext)
{
ecore_list_append(efreet_icon_extensions, strdup(ext));
ecore_list_prepend(efreet_icon_extensions, strdup(ext));
}
/**