On Sun, 8 Jan 2006 13:29:27 +0100 Alessandro Dotti Contra <[EMAIL PROTECTED]> 
wrote:

> Hi everybody,
> yesterday night I upgraded to ion-3ds-20060107.
> 
> Everything work fine so far, but from time to time I notice the
> following error in my .xsession-errors:
> 
> /usr/local/bin/ion3: Argument 1 to x_get_atom_name is of invalid type.
> (Argument template is 'i', got lua type string).
> /usr/local/bin/ion3: Stack trace:
> 0 [C]: in 'x_get_atom_name'
> 1 /home/adotti/.ion3/enumerate.lua:41
>   [Skipping unnamed C functions.]

The problem is in enumerate.lua line 41.
It should be
local atom = ioncore.x_get_atom_name(ev)
instead of
local atom = ioncore.x_get_atom_name("", ev)
I believe that was changed in some earlier version. The version of 
enumerate.lua in the repository should probably be changed too.

$diff enumerate.lua_old enumerate.lua 
 41c41
 <             local atom = ioncore.x_get_atom_name("", ev)
 ---
 >             local atom = ioncore.x_get_atom_name(ev)

> Thanks,
Welcome,

Matthias

Reply via email to