On Sat, 2 Oct 2010 11:41:34 -0300 Gustavo Sverzut Barbieri
said:
> On Sat, Oct 2, 2010 at 8:34 AM, Carsten Haitzler wrote:
> > On Wed, 29 Sep 2010 05:53:04 -0300 Gustavo Sverzut Barbieri
> > said:
> >
> > the attached is what i was thinking of
>
> Did you actually try my code? It does exactly
On Sat, Oct 2, 2010 at 11:41 AM, Gustavo Sverzut Barbieri
wrote:
> On Sat, Oct 2, 2010 at 8:34 AM, Carsten Haitzler wrote:
>> On Wed, 29 Sep 2010 05:53:04 -0300 Gustavo Sverzut Barbieri
>> said:
>>
>> the attached is what i was thinking of
>
> Did you actually try my code? It does exactly the sa
On Sat, Oct 2, 2010 at 8:34 AM, Carsten Haitzler wrote:
> On Wed, 29 Sep 2010 05:53:04 -0300 Gustavo Sverzut Barbieri
> said:
>
> the attached is what i was thinking of
Did you actually try my code? It does exactly the same as you want,
but does not rely on ugly enumerates and thus allows extens
On Wed, 29 Sep 2010 05:53:04 -0300 Gustavo Sverzut Barbieri
said:
the attached is what i was thinking of
> Hi all,
>
> Often programs need to use secondary resources such as images, theme,
> configuration files and so on. Finding them proves to be a major pain,
> particularly when you want it t
Hi all,
Often programs need to use secondary resources such as images, theme,
configuration files and so on. Finding them proves to be a major pain,
particularly when you want it to be relocatable or you want your
development version to take precedence over installed.
Find attached an initial imp