From 7f75caca3aa17301bb9822d1a73b325f8586a7e7 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 23 Jul 2010 11:00:44 +0000 Subject: [PATCH] * eio: Add an error callback, some docs and a small README. SVN revision: 50446 --- src/bin/ephoto_thumb_browser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index 57d817b..46652c3 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -21,7 +21,7 @@ static Elm_Gengrid_Item_Class eg; static Ethumb_Client *ec; static const char *current_directory; static int cur_val; -static Eio_List *list = NULL; +static Eio_File *list = NULL; static Evas_Object *toolbar, *dir_label, *thumb_slider, *thbox; typedef struct _Ephoto_Thumb_Data Ephoto_Thumb_Data; @@ -228,6 +228,7 @@ ephoto_populate_thumbnails(void) _ephoto_populate_filter, _ephoto_populate_main, _ephoto_populate_end, + _ephoto_populate_end, /* We don't handle error case in ephoto */ NULL); }