.directory files are .desktops to.

SVN revision: 26602
This commit is contained in:
David Walter Seikel 2006-10-14 12:08:31 +00:00
parent 7c0a338514
commit fb7b7e8b65
1 changed files with 1 additions and 1 deletions

View File

@ -1748,7 +1748,7 @@ e_app_fields_fill(E_App *a, const char *path)
if (!path) return;
ext = strrchr(path, '.');
if ((ext) && (strcmp(ext, ".desktop") == 0))
if ( (ext) && ((strcmp(ext, ".desktop") == 0) || (strcmp(ext, ".directory") == 0)) )
{ /* It's a .desktop file. */
Ecore_Desktop *desktop;