2010/10/13 Otávio Pontes <[email protected]>: > I was using externals in edje and i realized that some signals are not > being emitted. If you use an elm_slider, the signal SIG_DRAG_STOP is > not emitted and if you use a elm_toggle, signal SIG_CHANGED is not > emitted too. > I took a look at some code in edje and elementary and I found no > problems. But I found one bug in a function in evas that was causing > this problem. > The function evas_smart_cb_descriptions_fix (in evas_smart.c) is > always removing last element from Evas_Smart_Cb_Description_Array > (after sorting) and edje_externals use this array to emit signals. > The attached patch fixes this problem and is working fine for me. But > it is better to be reviewed for someone with more experience in evas. > > Otavio Pontes
As agreed by irc, a slightly different patch was merged in r53379. thanks Lucas De Marchi ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
