Re: [E-devel] E SVN: discomfitor trunk/e_dbus

2010-04-29 Thread Dennis.Yxun
On Fri, Apr 30, 2010 at 8:40 AM, Dennis.Yxun wrote: > > > On Thu, Apr 29, 2010 at 8:30 PM, Gustavo Sverzut Barbieri < > barbi...@profusion.mobi> wrote: > >> On Thu, Apr 29, 2010 at 8:26 AM, Vincent Torri >> wrote: >> > >> > >> > On Thu, 29 Apr 2010, m...@zentific.com wrote: >> > >> >> I check th

Re: [E-devel] E SVN: cedric IN trunk/evas/src/lib: canvas include

2010-04-29 Thread Vincent Torri
> Modified: trunk/evas/src/lib/canvas/evas_object_main.c > === > --- trunk/evas/src/lib/canvas/evas_object_main.c 2010-04-29 17:35:44 UTC > (rev 48427) > +++ trunk/evas/src/lib/canvas/evas_object_main.c 2010-04-29 17:35:47

Re: [E-devel] E SVN: discomfitor trunk/e_dbus

2010-04-29 Thread David Seikel
On Thu, 29 Apr 2010 06:25:07 -0400 m...@zentific.com wrote: > but I haven't slept more than 10 hours total since Sunday so cut me a > little slack :) /me joins in the chorus of rasters old slogan - Sleep is for the weak. Have a nice nap. B-) -- A big old stinking pile of genius that no one w

Re: [E-devel] E SVN: discomfitor trunk/e_dbus

2010-04-29 Thread Gustavo Sverzut Barbieri
On Thu, Apr 29, 2010 at 8:26 AM, Vincent Torri wrote: > > > On Thu, 29 Apr 2010, m...@zentific.com wrote: > >> I check the programs existence so that the autodetection will work more >> easily, though I realize at this time it's not working as I intended >> since I included it inside the enable co

Re: [E-devel] E SVN: raster trunk/e/src/bin

2010-04-29 Thread sebastid
But other parts of E expects it to be gone, so it was right for them :) Anyway, need to track down all internal users who listens to file drops and fix correctly. Sebastian > Log: > DONT strip file://! efm etc. expects it.. as its a uri! dnd broke as of > this > change completely... bad engle

Re: [E-devel] E SVN: discomfitor trunk/e_dbus

2010-04-29 Thread Vincent Torri
On Thu, 29 Apr 2010, m...@zentific.com wrote: > I check the programs existence so that the autodetection will work more > easily, though I realize at this time it's not working as I intended > since I included it inside the enable conditional. Essentially I'm > shooting for something like if $e

Re: [E-devel] E SVN: discomfitor trunk/e_dbus

2010-04-29 Thread Mike
I check the programs existence so that the autodetection will work more easily, though I realize at this time it's not working as I intended since I included it inside the enable conditional. Essentially I'm shooting for something like if $enable-option isn't passed, check for the program and then

Re: [E-devel] E SVN: discomfitor trunk/e_dbus

2010-04-29 Thread Vincent Torri
On Thu, 29 Apr 2010, Enlightenment SVN wrote: > Log: > fix ehal build, I'll figure this out later that's not really a fix :p > dnl Check enabled modules to build > -AC_ARG_ENABLE([ehal],[AC_HELP_STRING([--disable-ehal], [Disable ehal > build])]) > -AS_IF( > - [test "x$enableval" != "xno"],