default desktop view should be custom icons, not grid

SVN revision: 76588
This commit is contained in:
Mike Blumenkrantz 2012-09-13 08:23:45 +00:00
parent 1f2762db90
commit 3114b3a2af
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ e_mod_fileman_path_find(E_Zone *zone)
path = E_NEW(Fileman_Path, 1);
path->zone = zone->container->num + zone->num;
path->dev = eina_stringshare_add("desktop");
path->desktop_mode = E_FM2_VIEW_MODE_GRID_ICONS;
path->desktop_mode = E_FM2_VIEW_MODE_CUSTOM_ICONS;
if ((zone->container->num == 0) && (zone->num == 0))
path->path = eina_stringshare_add("/");
else