Make changes to match api changes in eio.

SVN revision: 50772
This commit is contained in:
titan 2010-08-03 17:14:54 +00:00 committed by titan
parent 82f69119b6
commit 98bb42c6a2
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ ephoto_delete_thumb_browser(void)
/* Check image type from another thread */ /* Check image type from another thread */
static Eina_Bool static Eina_Bool
_ephoto_populate_filter(const char *file, void *data) _ephoto_populate_filter(const void *data, const char *file)
{ {
const char *type; const char *type;
@ -196,7 +196,7 @@ _ephoto_populate_end(void *data)
/* Build the interface component after detection from main thread */ /* Build the interface component after detection from main thread */
static void static void
_ephoto_populate_main(const char *file, void *data) _ephoto_populate_main(const void *data, const char *file)
{ {
const char *thumb; const char *thumb;