Re: [E-devel] [Patch] elm_cnp notify_handler patch

2012-04-09 Thread The Rasterman
On Tue, 03 Apr 2012 18:37:07 +0900 Minseok Kim said: > When pasting data to entry, notify_handler_text sent incorrect string. > Because notify_handler_text received string including garbage value. > Thus I cut string as its data length. this missed freeing the string in if (sel-datacb) {} where

Re: [E-devel] [Patch] elm_cnp notify_handler patch

2012-04-05 Thread ChunEon Park
sung.com> To: <enlightenment-devel@lists.sourceforge.net>; Cc: Sent: 2012-04-03 (화) 18:31:27 Subject: [E-devel] [Patch] elm_cnp notify_handler patch When pasting data to entry, notify_handler_text sent incorrect string. Because notify_handler_text received string including garbage value

Re: [E-devel] [Patch] elm_cnp notify_handler patch

2012-04-05 Thread Hyoyoung Chang
On Tue, Apr 3, 2012 at 6:37 PM, Minseok Kim wrote: > When pasting data to entry, notify_handler_text sent incorrect string. > Because notify_handler_text received string including garbage value. > Thus I cut string as its data length. It's caused from inconsistent by X11 and ecore_x. X11 api, some

[E-devel] [Patch] elm_cnp notify_handler patch

2012-04-05 Thread Minseok Kim
When pasting data to entry, notify_handler_text sent incorrect string. Because notify_handler_text received string including garbage value. Thus I cut string as its data length. Index: src/lib/elm_cnp.c === --- src/lib/elm_cnp.c (리

[E-devel] [Patch] elm_cnp notify_handler patch

2012-04-05 Thread Minseok Kim
When pasting data to entry, notify_handler_text sent incorrect string. Because notify_handler_text received string including garbage value. I cut string as its data length. Index: src/lib/elm_cnp.c === --- src/lib/elm_cnp.c (리