Remove silencing of errors when called on non elm widgets.
authorTom Hacohen <tom@stosb.com>
Thu, 13 Mar 2014 13:24:08 +0000 (13:24 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 13 Mar 2014 13:46:53 +0000 (13:46 +0000)
commit5ac398b156e8fb0aa44c6cfe8a2b113eb7229fbf
treef10fa0291507b2243401cd48dd37a0691b5e97d4
parent5b94725503a19a4801292aead1c21acb3f5bf4d0
Remove silencing of errors when called on non elm widgets.

There was code to silence errors. Removing that exposed a lot of errors.
I fixed them as well. In general, elm_widget functions should only be called
on elm_widgets...

@fix.
src/lib/elm_widget.c