* Enlightenment SVN <no-re...@enlightenment.org> [2012-06-21 16:37:49 -0700]:
> Log: > oops, unb0rk compat layer. > > glima was on d0rgs... > Mmmm, indeed :) > > Author: barbieri > Date: 2012-06-21 16:37:49 -0700 (Thu, 21 Jun 2012) > New Revision: 72678 > Trac: http://trac.enlightenment.org/e/changeset/72678 > > Modified: > trunk/elementary/src/lib/elm_widget.c > > Modified: trunk/elementary/src/lib/elm_widget.c > =================================================================== > --- trunk/elementary/src/lib/elm_widget.c 2012-06-21 22:39:10 UTC (rev > 72677) > +++ trunk/elementary/src/lib/elm_widget.c 2012-06-21 23:37:49 UTC (rev > 72678) > @@ -2597,7 +2597,7 @@ > (obj, emission, source, _edje_signal_callback, esd); > } > > - else if (!evas_object_smart_type_check(obj, "elm_layout")) > + else if (evas_object_smart_type_check(obj, "elm_layout")) > elm_layout_signal_callback_add(obj, emission, source, func, data); > else if (evas_object_smart_type_check(obj, "elm_icon")) > { > @@ -2641,7 +2641,7 @@ > COMPAT_SMART_DATA(sd)->callback_del > (obj, emission, source, _edje_signal_callback, esd); > } > - else if (!evas_object_smart_type_check(obj, "elm_layout")) > + else if (evas_object_smart_type_check(obj, "elm_layout")) > elm_layout_signal_callback_del(obj, emission, source, func); > else if (evas_object_smart_type_check(obj, "elm_icon")) > { > > > ------------------------------------------------------------------------------ > 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