value is already checked.

SVN revision: 26052
This commit is contained in:
sebastid 2006-09-23 09:37:59 +00:00 committed by sebastid
parent 843ad312d1
commit 7cf207e441
1 changed files with 24 additions and 27 deletions

View File

@ -816,8 +816,6 @@ _ecore_desktop_paths_cb_exe_exit(void *data, int type, void *event)
if ((read) && (read->lines[0].line))
{
value = read->lines[0].line;
if (value)
{
config_list = ecore_desktop_paths_to_list(value);
if (config_list)
{
@ -851,7 +849,6 @@ _ecore_desktop_paths_cb_exe_exit(void *data, int type, void *event)
E_FN_DEL(ecore_list_destroy, config_list);
}
}
}
ced->done = 1;
return 1;
}