Correctly emit the scroll signal when scrolling an entry @fix T1274.
authorAndy Williams <andy@andywilliams.me>
Thu, 22 May 2014 21:33:46 +0000 (22:33 +0100)
committerAndy Williams <andy@andywilliams.me>
Thu, 22 May 2014 21:35:06 +0000 (22:35 +0100)
commit497cc15ac2e42e3ba7b100fdbf3987fd91476d8b
tree77c2eea2150f6d955d6202ef81fcb634cb26b97b
parentd28e1923dee4bbe97ad86acdb511573615edbcac
Correctly emit the scroll signal when scrolling an entry @fix T1274.

As the Elm_Entry has replaced the _scroll_cb we need to emit the same signal
(that was the only function of elm_scroller's _scroll_cb)
src/lib/elm_entry.c