Fix elm_thumb smart callback calling
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 14 Jul 2010 21:29:10 +0000 (21:29 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 14 Jul 2010 21:29:10 +0000 (21:29 +0000)
commita0469b2f7c92cb61050bbb7aa7b9799949e49e00
tree0655be49d19b773d2365ec0a05c37b35b56a64e2
parent35952e45578a4318475bf53f538f26ae84e46af0
Fix elm_thumb smart callback calling

Currently, elm_thumb is passing the wrong pointer to the
smart_callback_call function, so the callbacks are not being
called. The attached patch fix that.

By: Rafael Fonseca <rfonseca@profusion.mobi>

SVN revision: 50258
src/lib/elm_thumb.c