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); }