Again, and that's all.
authorGustavo Lima Chaves <glima@profusion.mobi>
Wed, 7 Apr 2010 17:24:48 +0000 (17:24 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Wed, 7 Apr 2010 17:24:48 +0000 (17:24 +0000)
SVN revision: 47816

src/edje_externals/elm_thumb.c

index 935e9cf..fd00d07 100644 (file)
@@ -9,7 +9,7 @@ typedef struct _Elm_Params_Thumb
    Eina_Bool aspect_exists:1;
 } Elm_Params_Thumb;
 
-static const char* choices[] = {"loop", "start", "stop"};
+static const char* choices[] = {"loop", "start", "stop", NULL};
 
 static Elm_Thumb_Animation_Setting
 _anim_setting_get(const char *anim_str)