another eap refernce nuked

SVN revision: 26426
This commit is contained in:
Carsten Haitzler 2006-10-08 13:39:59 +00:00
parent 8798dba1bf
commit 6359e28a0c
1 changed files with 1 additions and 1 deletions

View File

@ -2559,7 +2559,7 @@ e_border_icon_add(E_Border *bd, Evas *evas)
char *ext;
ext = strrchr(bd->internal_icon, '.');
if ((ext) && ((!strcmp(ext, ".eap")) || (!strcmp(ext, ".edj"))))
if ((ext) && ((!strcmp(ext, ".edj"))))
{
if (!edje_object_file_set(o, bd->internal_icon, "icon"))
e_util_edje_icon_set(o, "enlightenment/e");