Add support for e_fm.

SVN revision: 25207
This commit is contained in:
David Walter Seikel 2006-08-30 12:21:51 +00:00
parent b69651ceaa
commit 75a08bae1b
2 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,8 @@ struct _Ecore_Desktop
char *icon_class;
char *icon_path;
char *path;
char *URL;
char *file;
char *deletiondate;
char *startup;
char *window_class;

View File

@ -210,6 +210,14 @@ ecore_desktop_get(const char *file, const char *lang)
(char *)ecore_hash_get(result->group, "Comment");
result->type =
(char *)ecore_hash_get(result->group, "Type");
result->path =
(char *)ecore_hash_get(result->group, "Path");
result->URL =
(char *)ecore_hash_get(result->group, "URL");
result->file =
(char *)ecore_hash_get(result->group, "File");
result->exec =
(char *)ecore_hash_get(result->group, "Exec");
// FIXME: Handle the fdo %x replacable params. Some should be stripped, some should be expanded.