Re: [E-devel] Thrashing on altering menus

2006-02-12 Thread The Rasterman
On Sun, 12 Feb 2006 21:38:04 + Stuart Bennett <[EMAIL PROTECTED]> babbled: > Hi, > > _e_app_cb_monitor in e_apps.c does not special case .eap.cache.cfg, > meaning that when I change add an eap to Favorites with Entangle, and > then save, it locks in a loop: yeah - i spotted that too. but i

[E-devel] Thrashing on altering menus

2006-02-12 Thread Stuart Bennett
Hi, _e_app_cb_monitor in e_apps.c does not special case .eap.cache.cfg, meaning that when I change add an eap to Favorites with Entangle, and then save, it locks in a loop: noticing a change, calling _e_app_subdir_rescan, changing .eap.cache.cfg, and going round again, eating processor as it

Re: [E-devel] configure.in bug in e_modules monitor, mount, rain, screenshot, slideshow and snow?

2006-02-12 Thread David Stevenson
On 2/13/06, Gerald Dachs <[EMAIL PROTECTED]> wrote: can somebody explain me this part from configure.in?AC_PREFIX_DEFAULT(${HOME}/.e/e)if test "x$prefix" = "xNONE"; then  datarootdir=${ac_default_prefix} else  datarootdir=${ac_default_prefix}/sharefi 

[E-devel] configure.in bug in e_modules monitor, mount, rain, screenshot, slideshow and snow?

2006-02-12 Thread Gerald Dachs
can somebody explain me this part from configure.in? AC_PREFIX_DEFAULT(${HOME}/.e/e) if test "x$prefix" = "xNONE"; then datarootdir=${ac_default_prefix} else datarootdir=${ac_default_prefix}/share fi localedir=${datarootdir}/locale

[E-devel] Some questions about evas_textblock

2006-02-12 Thread Simon TRENY
Hey! I'm planning to add a text view widget in Etk that should allow to format the text powerfully (I'd like to do a small text processor test app with it). So I will use the evas textblock object for the rendering. My main problem is that, in Etk (and I believe it's the same with ewl), you can