stop being annoying and showing a list of videos ... of 1.

This commit is contained in:
Carsten Haitzler 2014-04-24 17:48:09 +09:00
parent 8f126343af
commit 01a8d59957
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ _cb_options(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, const char *em
static void
_cb_list_show(void *data, Evas_Object *obj EINA_UNUSED, const char *emission EINA_UNUSED, const char *source EINA_UNUSED)
{
Inf *inf = evas_object_data_get(data, "inf");
if (eina_list_count(inf->file_list) <= 1) return;
win_list_show(data);
}