only force custom icon view for efm desktops when creating a fileman path for the first time

T98
This commit is contained in:
Mike Blumenkrantz 2013-12-02 16:02:42 -05:00
parent ec9ea6c97c
commit 526578941f
1 changed files with 1 additions and 1 deletions

View File

@ -388,8 +388,8 @@ e_mod_fileman_path_find(E_Zone *zone)
path->zone = zone->container->num + zone->num;
path->dev = eina_stringshare_add("desktop");
fileman_config->paths = eina_list_append(fileman_config->paths, path);
path->desktop_mode = E_FM2_VIEW_MODE_CUSTOM_ICONS;
}
path->desktop_mode = E_FM2_VIEW_MODE_CUSTOM_ICONS;
if ((zone->container->num == 0) && (zone->num == 0))
path->path = eina_stringshare_add("/");
else