entry: emit changed,user signal when text is pasted or dropped
authorThiep Ha <thiepha@gmail.com>
Tue, 16 Jun 2015 13:41:55 +0000 (14:41 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 16 Jun 2015 13:41:55 +0000 (14:41 +0100)
commit23c1cc758ea1b6dde2a66e1f44856af9204820ea
tree7aa364b489cc0ab6ea5143dedd2327ab1001cb10
parentaa7f859da10ce007a7b945a8703e70161c96146d
entry: emit changed,user signal when text is pasted or dropped

Summary:
When text is pasted or dropped into entry, the "changed,user" signal
should be emitted, not "changed" signal.
Currently, the "changed" signal is emitted.
This patch fixes this issue.

@fix

Reviewers: herdsman, tasn

Subscribers: tasn

Differential Revision: https://phab.enlightenment.org/D2710
src/lib/elm_entry.c