Hi all,
Ive searched and poked but can not find the binding to make ecore.evas
windows ignore focus. with the gtk module its a simple
set_accept_focus 0/1 to make this possible but Im having a hard time
finding the python-EFL equivalent. Ive also search around ecore.x but
cant find what I need.
H
On Sun, Feb 01, 2009 at 09:08:28AM -0600, Nick Hughart wrote:
> I don't know what hacked together version of E17 you're using, but this
> is already done in the latest svn. If you're going to hack at the
> code, use latest svn.
I am using the latest svn, without any modifications.
Moving my ~/.e
On Sun, 1 Feb 2009 14:49:54 +0100
Peter van de Werken wrote:
> Hi all,
>
> The conf_applications module that manages the favorites menu uses
> ~/.e/e/applications/menu/favorite.menu for storing its contents,
> while E still looks for a .order in the
> ~/.e/e/applications/menu/favorite dir. This
Hi all,
The conf_applications module that manages the favorites menu uses
~/.e/e/applications/menu/favorite.menu for storing its contents, while E
still looks for a .order in the ~/.e/e/applications/menu/favorite dir.
This resulted in the favorites menu item always being empty.
The attached patch