[E-devel] Nightly build log for E17 on 2007-09-27 07:03:55 -0700

2007-09-27 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2007-09-27 07:03:55 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: engage http://download.enlightenment.org/tests/logs/engage.log entropy http://download.enlightenment.org/tests/logs/entropy.log

Re: [E-devel] [Etk] Removing etk_signal_stop()

2007-09-27 Thread Gustavo Sverzut Barbieri
On 9/27/07, Andre Magalhaes <[EMAIL PROTECTED]> wrote: > I believe we should always return Etk_Bool in all callbacks and stop > the emission when returning 0 (FALSE). +1 I agree and it makes the behavior more consistent with other callbacks like those for ecore_timer_add, ecore_animator_add... I

Re: [E-devel] [Etk] Removing etk_signal_stop()

2007-09-27 Thread Andre Magalhaes
I believe we should always return Etk_Bool in all callbacks and stop the emission when returning 0 (FALSE). Thoughts? BR -- Andre Moreira Magalhaes (andrunko) Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] Skype: andrunko Blog:ht

[E-devel] [entrance] client patch for xinerama

2007-09-27 Thread Anton Rukin
I have nVidia card with twinview configured (first display right of second). Only half of "default.edj" theme is displayed (on the right of the first screen). After some investigations I've found, that in window_resize_cb "ui" object is resized to the whole screen size, instead of display size. W