* Enlightenment SVN <no-re...@enlightenment.org> [2012-07-24 19:43:33 -0700]:
> Log: > elementary/elm_widget : focus_region function in elm_scroller was not > executed because of _elm_legacy_is always returned EINA_FALSE. So I removed > it. > > > Author: woohyun > Date: 2012-07-24 19:43:32 -0700 (Tue, 24 Jul 2012) > New Revision: 74367 > Trac: http://trac.enlightenment.org/e/changeset/74367 > > Modified: > trunk/elementary/src/lib/elm_widget.c > > Modified: trunk/elementary/src/lib/elm_widget.c > =================================================================== > --- trunk/elementary/src/lib/elm_widget.c 2012-07-25 02:39:33 UTC (rev > 74366) > +++ trunk/elementary/src/lib/elm_widget.c 2012-07-25 02:43:32 UTC (rev > 74367) > @@ -889,7 +889,7 @@ > { > Evas_Coord px, py; > sd2 = evas_object_smart_data_get(o); Right, right, thanks muchly, I forgot this. Once I rework these hooks, we'll hopefully have something simpler. > - if (_elm_legacy_is(o) && sd2->focus_region) > + if (sd2->focus_region) > { > sd2->focus_region(o, x, y, w, h); > elm_widget_focus_region_get(o, &x, &y, &w, &h); > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn -- Gustavo Lima Chaves Computer Engineer @ ProFUSION Embedded Systems ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel