efl/legacy/elementary/src
Daniel Zaoui 8c29f2a77b Focus: fix segfault due to bad call to Eo function.
Due to Eolian auto-generation, legacy parameters are directly
transferred to Eo functions without conversion.

In this case, is_next was Eina_Bool in legacy and Eina_Bool * in Eo.
The logic code was expecting a pointer but was receiving a Eina_Bool.

The fix consists in giving the logic code the Eina_Bool instead of the
pointer.

@fix
2014-03-18 08:14:44 +02:00
..
bin test - elm win states - add more printfs of events on a window 2014-03-18 15:12:02 +09:00
edje_externals edje_externals: Fixed formatting before working on it. 2014-01-23 22:36:41 +09:00
examples diskselector_example_02: Added 'selected' callback usage. 2014-03-04 00:33:05 +09:00
imported elm: removing trailing white space ceremony for 1.9 release. 2014-03-02 00:52:26 +09:00
lib Focus: fix segfault due to bad call to Eo function. 2014-03-18 08:14:44 +02:00
modules elm datetime module: Fix that registers clicked callback of diskselector multiple 2014-02-06 01:45:31 +09:00
tests colorselector: Do not add custom palette color to the palette of config 2014-02-17 21:26:14 +09:00
Makefile.am pass distcheck - add imported headers to makefiles to pass 2013-12-03 17:14:30 +09:00