elementary: fix image counts in slideshow exemple
authorMichael Bouchaud <yoz@efl.so>
Sat, 16 Nov 2013 01:48:29 +0000 (02:48 +0100)
committerMichael Bouchaud <yoz@efl.so>
Sat, 16 Nov 2013 01:48:29 +0000 (02:48 +0100)
src/examples/slideshow_example.c

index 5b7c93c..102a0ed 100644 (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;