On Thu, 18 Aug 2011 12:11:08 -0700 "Enlightenment SVN"
<no-re...@enlightenment.org> said:

you know... this is most annoying to keep seeing a folder called "1" appear on
the desktop. the reason we did Desktop-1 and soon before was.. so you would
actually have separate folders per screen and u didnt see these folders. if you
are going to do this then you have to add logtic for special case hiding of
these dirs on the desktop, either that or go back to how it how it was
before or make them dot-files so they get hidden by default everywhere.

> Log:
> e: fix efm path map on desktop
> 
> Author:       billiob
> Date:         2011-08-18 12:11:07 -0700 (Thu, 18 Aug 2011)
> New Revision: 62571
> Trac:         http://trac.enlightenment.org/e/changeset/62571
> 
> Modified:
>   trunk/e/src/bin/e_fm.c 
> 
> Modified: trunk/e/src/bin/e_fm.c
> ===================================================================
> --- trunk/e/src/bin/e_fm.c    2011-08-18 16:59:51 UTC (rev 62570)
> +++ trunk/e/src/bin/e_fm.c    2011-08-18 19:11:07 UTC (rev 62571)
> @@ -3241,7 +3241,7 @@
>                   }
>                 else
>                   {
> -                    if (e_user_homedir_snprintf(buf, sizeof(buf), "%s-%s", _
> ("Desktop"), path) >= sizeof(buf))
> +                    if (e_user_homedir_snprintf(buf, sizeof(buf), "%s/%s", _
> ("Desktop"), path) >= sizeof(buf)) return NULL;
>                   }
>                 ecore_file_mkpath(buf);
> 
> 
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
> user administration capabilities and model configuration. Take 
> the hassle out of deploying and managing Subversion and the 
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to