Re: [E-devel] Edje State Set from C

2006-02-10 Thread Jan Rychter
Rasterman wrote: > On Wed, 08 Feb 2006 01:43:03 -0600 Ed Presutti <[EMAIL PROTECTED]> babbled: > > On Wed, 2006-02-08 at 15:34 +0900, Carsten Haitzler wrote: > > > On Wed, 08 Feb 2006 01:05:49 -0600 Ed Presutti <[EMAIL PROTECTED]> > > > babbled: > > > > > > > Is there a way to set the state of an

Re: [E-devel] Edje State Set from C

2006-02-10 Thread Brian Mattern
On Friday 10 February 2006 02:18, Jan Rychter wrote: > Rasterman wrote: > > On Wed, 08 Feb 2006 01:43:03 -0600 Ed Presutti <[EMAIL PROTECTED]> babbled: > > > On Wed, 2006-02-08 at 15:34 +0900, Carsten Haitzler wrote: > > > > On Wed, 08 Feb 2006 01:05:49 -0600 Ed Presutti > > > > <[EMAIL PROTECTED]

Re: [e-users] Re: [E-devel] Continuing... Anonymous CVS & Servers - YOU CAN HELP!

2006-02-10 Thread The Rasterman
On Fri, 10 Feb 2006 10:41:51 -0500 Geoffrey <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Thu, 09 Feb 2006 20:57:26 -0500 Geoffrey <[EMAIL PROTECTED]> > > babbled: > > > > > >> Ed Presutti wrote: > >> > >>> Geoffrey, > >>> > >>> I have a friend in sales at Monar

Re: [e-users] Re: [E-devel] Continuing... Anonymous CVS & Servers - YOU CAN HELP!

2006-02-10 Thread Geoffrey
Carsten Haitzler (The Rasterman) wrote: > On Thu, 09 Feb 2006 20:57:26 -0500 Geoffrey <[EMAIL PROTECTED]> > babbled: > > >> Ed Presutti wrote: >> >>> Geoffrey, >>> >>> I have a friend in sales at Monarch that might be helpful in >>> these matters. Let me know if you need an assist. >> >> Well,

[E-devel] Patches for Etk_Filechooser_Widget

2006-02-10 Thread Chris Michael
Hello Moom, CodeWarrior, As per my discussion with CodeWarrior, here is a diff for etk_filechooser_widget which does the following: *** -Adds 2 new properties: Select_Multiple and Show_Hidden. -Adds a function to allow/disallow

[E-devel] Ecore_con_dns patch

2006-02-10 Thread Joel Klinghed
Hi. Attached is a small patch for Ecore DNS lookup. When forking all queued atexits is copied as well. This creates trouble in at least embrace, or rather Edb when the forked dns lookup calls exit. So, changed to a exit function that doesn't call all queued atexits. Only tested with GNU libc. Sy