[E-devel] Fwd: E SVN: jeffdameth trunk/efreet/src/lib

2010-05-15 Thread hannes.janet...@gmail.com
On Sat, May 15, 2010 at 7:22 PM, Vincent Torri wrote: > > > On Sat, 15 May 2010, Enlightenment SVN wrote: > >> Log: >>  add FIXME >> >> Author:       jeffdameth >> Date:         2010-05-15 09:57:28 -0700 (Sat, 15 May 2010) >> New Revision: 48893 >> >> Modified: >>  trunk/efreet/src/lib/efreet_icon

Re: [E-devel] E SVN: jeffdameth trunk/efreet/src/lib

2010-05-15 Thread Vincent Torri
On Sat, 15 May 2010, Enlightenment SVN wrote: > Log: > add FIXME > > Author: jeffdameth > Date: 2010-05-15 09:57:28 -0700 (Sat, 15 May 2010) > New Revision: 48893 > > Modified: > trunk/efreet/src/lib/efreet_icon.c > > Modified: trunk/efreet/src/lib/efreet_icon.c > ===

Re: [E-devel] ecore_x issue

2010-05-15 Thread Christopher Michael
On 05/15/2010 11:40 AM, Gustavo Sverzut Barbieri wrote: > On Sat, May 15, 2010 at 4:32 AM, Christopher Michael > wrote: >> Working on an app that uses pause() to sleep until another process is >> finished it's setup, but I ran into an ecore_x issue. >> >> The first process spawns the second one,

Re: [E-devel] ecore_x issue

2010-05-15 Thread Gustavo Sverzut Barbieri
On Sat, May 15, 2010 at 4:32 AM, Christopher Michael wrote: > Working on an app that uses pause() to sleep until another process is > finished it's setup, but I ran into an ecore_x issue. > > The first process spawns the second one, then calls 'pause()' to wait > for the second process to get setu

[E-devel] ecore_x issue

2010-05-15 Thread Christopher Michael
Working on an app that uses pause() to sleep until another process is finished it's setup, but I ran into an ecore_x issue. The first process spawns the second one, then calls 'pause()' to wait for the second process to get setup. The problem is that in the second process, ecore_x_init is calle