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
> 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
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
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
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
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
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
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"],