Typo caught by Beber.

SVN revision: 26620
This commit is contained in:
David Walter Seikel 2006-10-15 17:52:17 +00:00
parent 908bc388c6
commit 00486b67ab
1 changed files with 1 additions and 1 deletions

View File

@ -2688,7 +2688,7 @@ _e_app_is_eapp(const char *path)
return 0;
p++;
if ((strcasecmp(p, "desktop") != 0) && (strcasecmp(p, "desktop") != 0))
if ((strcasecmp(p, "desktop") != 0) && (strcasecmp(p, "directory") != 0))
return 0;
return 1;