Hi Alex, LOL, I just fixed this literally 2 seconds before you're email came in :) Cheers, Dh
-----Original Message----- From: Alex Wu [mailto:[email protected]] Sent: 31 August 2012 07:18 To: 'Enlightenment developer list' Cc: [email protected]; [email protected] Subject: [E-devel] [PATCH] elementary: Fix compilation error of elm_entry.c >From 54dd1bb7a7e0e753d30a2458401d8d23a09f6b68 Mon Sep 17 00:00:00 2001 From: Alex Wu <[email protected]> Date: Fri, 31 Aug 2012 14:13:12 +0800 Subject: [PATCH] elementary: Fix compilation error of elm_entry.c --- trunk/elementary/src/lib/elm_entry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/elementary/src/lib/elm_entry.c b/trunk/elementary/src/lib/elm_entry.c index f1a6f4f..5595634 100644 --- a/trunk/elementary/src/lib/elm_entry.c +++ b/trunk/elementary/src/lib/elm_entry.c @@ -1104,10 +1104,10 @@ _paste_cb(void *data, { #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 -- 1.7.9.5 ------------------------------------------------------------------------------ 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
