* Eduardo Lima (Etrunko) <ebl...@gmail.com> [2012-08-31 16:41:04 -0300]:

> On Fri, Aug 31, 2012 at 3:20 AM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
> > Log:
> > Elementary: Make entry compile again when using Wayland.
> >
> >   NB: Hmmm, not sure if this got into the 1.7 release or not. Perhaps
> >   needs to be backported ?
>
> No need. Glima is to be spanked with his 'entry now a scrollable
> layout (r75890)' commit, which didn't take wayland into account.

Sorry, guys :)

>
> >
> >
> >
> > Author:       devilhorns
> > Date:         2012-08-30 23:20:58 -0700 (Thu, 30 Aug 2012)
> > New Revision: 75917
> > Trac:         http://trac.enlightenment.org/e/changeset/75917
> >
> > Modified:
> >   trunk/elementary/src/lib/elm_entry.c
> >
> > Modified: trunk/elementary/src/lib/elm_entry.c
> > ===================================================================
> > --- trunk/elementary/src/lib/elm_entry.c        2012-08-31 06:17:33 UTC 
> > (rev 75916)
> > +++ trunk/elementary/src/lib/elm_entry.c        2012-08-31 06:20:58 UTC 
> > (rev 75917)
> > @@ -1104,10 +1104,10 @@
> >       {
> >  #ifdef HAVE_ELEMENTARY_WAYLAND
> >          Elm_Sel_Format formats = ELM_SEL_FORMAT_MARKUP;
> > -        wd->selection_asked = EINA_TRUE;
> > -        if (wd->cnp_mode == ELM_CNP_MODE_PLAINTEXT)
> > +        sd->selection_asked = EINA_TRUE;
> > +        if (sd->cnp_mode == ELM_CNP_MODE_PLAINTEXT)
> >             formats = ELM_SEL_FORMAT_TEXT;
> > -        else if (wd->cnp_mode != ELM_CNP_MODE_NO_IMAGE)
> > +        else if (sd->cnp_mode != ELM_CNP_MODE_NO_IMAGE)
> >             formats |= ELM_SEL_FORMAT_IMAGE;
> >          elm_cnp_selection_get(data, ELM_SEL_TYPE_CLIPBOARD, formats, NULL, 
> > NULL);
> >  #endif
> >
> >
> > ------------------------------------------------------------------------------
> > 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
>
>
>
> --
> Eduardo de Barros Lima ◤✠◢
> ebl...@gmail.com
>
> ------------------------------------------------------------------------------
> 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

--
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

Reply via email to