typo in previous fileman commit, unbreak desktop path setting

SVN revision: 79685
This commit is contained in:
Mike Blumenkrantz 2012-11-26 10:01:55 +00:00
parent 2d1f1ba0d0
commit bc6bd1b4c5
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ e_mod_fileman_path_find(E_Zone *zone)
if (l) if (l)
{ {
eina_stringshare_replace(&path->path, NULL); eina_stringshare_replace(&path->path, NULL);
eina_stringshare_replace(&path->dev, NULL); eina_stringshare_replace(&path->dev, "desktop");
} }
else else
{ {