From 00486b67ab0cc0f35e4f4f9517d64833e9e7990d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 15 Oct 2006 17:52:17 +0000 Subject: [PATCH] Typo caught by Beber. SVN revision: 26620 --- src/bin/e_apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index 0f64c1fdd..469ac96fb 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -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;