Re: [E-devel] [Patch] Edge and corner bindings

2009-02-23 Thread Viktor Kojouharov
Hi Gustavo, The scanf issues actually come from the key/mouse binding dialos. I didn't change anything that was not related to edges when I copied the code over, since I wanted to quickly have a conf dialog for testing, and none of these dialogs segfault :) but yeah, all of these dialogs should

Re: [E-devel] [E_Menu] recalculate the menu

2009-02-23 Thread Atton Jonathan
The problem is when the menu exists and is display. When I add an item in the menu, the menu is not update/refresh. 2009/2/23 Gustavo Sverzut Barbieri > On Sun, Feb 22, 2009 at 6:22 PM, Atton Jonathan > wrote: > > hey, > > > > I have a probleme with the E_Menu > > I create one and add 1 item. >

Re: [E-devel] [E_Menu] recalculate the menu

2009-02-23 Thread Atton Jonathan
I need to know if: - currently can we update a menu while the menu is display ? I think we can't. - is there an easy way to add this possibility to the menu ? maybe a new method which force the update of the menu ? else I will continue to use an e_widget_ilist for the interfaces/networks list in e

Re: [E-devel] [E_Menu] recalculate the menu

2009-02-23 Thread Gustavo Sverzut Barbieri
On Mon, Feb 23, 2009 at 2:54 PM, Atton Jonathan wrote: > I need to know if: > - currently can we update a menu while the menu is display ? I think we > can't. > - is there an easy way to add this possibility to the menu ? maybe a new > method which force the update of the menu ? > > else I will co

Re: [E-devel] E SVN: aron IN trunk/E16: e/po e16menuedit/po

2009-02-23 Thread Kim Woelders
On Mon, 23 Feb 2009 09:35:05 +0100, Enlightenment SVN wrote: > Log: > Added Simplified Chinese translations > Author: aron > Date: 2009-02-23 00:35:05 -0800 (Mon, 23 Feb 2009) > New Revision: 39157 > > Added: > trunk/E16/e/po/zh_CN.po trunk/E16/e16menuedit/po/zh_CN.po > Modifie

Re: [E-devel] [E_Menu] recalculate the menu

2009-02-23 Thread Atton Jonathan
I ll look at it, currently I have a patch witch add the possibility to add an item in the front of the list and relative to an other item. I just need to update this *** menu :) 2009/2/23 Gustavo Sverzut Barbieri > On Mon, Feb 23, 2009 at 2:54 PM, Atton Jonathan > wrote: > > I need to know if:

Re: [E-devel] [E_Menu] recalculate the menu

2009-02-23 Thread The Rasterman
On Mon, 23 Feb 2009 21:17:21 +0100 Atton Jonathan said: > I ll look at it, currently I have a patch witch add the possibility to add > an item in the front of the list and relative to an other item. I just need > to update this *** menu :) as such i always destroy and re-create menus. i didnt ma