printf in elm_slider.c?

Daniel Juyung Seo (SeoZ)

On Tue, Jul 24, 2012 at 1:59 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> fix layer bug with floating popup object in slider i added just before
>   freeze.
>
>
>
> Author:       raster
> Date:         2012-07-23 21:59:45 -0700 (Mon, 23 Jul 2012)
> New Revision: 74343
> Trac:         http://trac.enlightenment.org/e/changeset/74343
>
> Modified:
>   trunk/elementary/src/lib/elm_slider.c
>
> Modified: trunk/elementary/src/lib/elm_slider.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_slider.c       2012-07-24 04:59:22 UTC (rev 
> 74342)
> +++ trunk/elementary/src/lib/elm_slider.c       2012-07-24 04:59:45 UTC (rev 
> 74343)
> @@ -309,6 +309,8 @@
>     ELM_SLIDER_DATA_GET(data, sd);
>     if (sd->popup)
>       {
> +        printf("%i\n", evas_object_layer_get(data));
> +        evas_object_layer_set(sd->popup, evas_object_layer_get(data));
>          evas_object_raise(sd->popup);
>          evas_object_show(sd->popup);
>          edje_object_signal_emit(sd->popup, "popup,show", "elm");
>
>
> ------------------------------------------------------------------------------
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to