elementary: fix image counts in slideshow exemple

This commit is contained in:
Michael Bouchaud 2013-11-16 02:48:29 +01:00
parent 9c96c4fa36
commit bcce0eb70e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <Elementary.h>
#define IMG_NUM 9
#define IMG_NUM 8
static Evas_Object *slideshow, *bt_start, *bt_stop;
static Elm_Slideshow_Item_Class itc;