Hi,
Just identified that
part {
name: "text";
type: TEXT;
description {
state: "default" 0.0;
rel2 {
relative: 0.0 1.0;
offset: 118 -1;
}
text {
This patch fix some little bug inside the new Wallpaper downloading
stuff as discussed with Massimiliano.
--
Cedric BAIL
From b7d5802912c10d2e58960f6ea8da4e2c661270d0 Mon Sep 17 00:00:00 2001
From: Cedric BAIL <[EMAIL PROTECTED]>
Date: Wed, 5 Mar 2008 17:21:05 +0100
Subject: [PATCH] Fix some litt
Build log for Enlightenment DR 0.17 on 2008-03-07 07:09:04 -0800
Build logs are available at http://download.enlightenment.org/tests/logs
Packages that failed to build:
ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log
engage http://download.enlightenment.org/tests/logs/engage.l
As I previously discussed, I did have some issue with evas_render not
being called when my computer receive data too fast. The problem was
the handling of the download prevented ecore to go into idle and call
evas_render.
To fix this, this patch change the way the fd handler is used. When
some cur
In CVS. Thanks
lok
Stanislav Sedov wrote:
> Hi!
>
> I discovered a small bug in e_dbus configure script. Due to the fact it
> doesn't check the value of option passed to configure and explicitly
> sets the value to "no", passing, for example, --enable_ehal to it,
> effectively disables ehal. Th
Hi,
here is a little patch to add the remember taskbar in the window menu.
It also add them to the remember possibilities. And the skip window list is
modified to trigger a E_EVENT_BORDER_PROPERTY when changed.
lok
Index: src/bin/e_border.c