diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-04-25 15:05:18 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-05-06 19:02:04 +0900 |
commit | c5b0d28d73d2e5a534d071e9e14b34ec9b4c2726 (patch) | |
tree | 5f92448bf7fdf10857f47b1169a3c5d603a3a80a /src/lib/evas/cache2 | |
parent | 2b61da5a5a028d8f1ad5e54e316a72c70caebb7c (diff) |
evas: move flags and attribute around.
Diffstat (limited to 'src/lib/evas/cache2')
-rw-r--r-- | src/lib/evas/cache2/evas_cache2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/cache2/evas_cache2.c b/src/lib/evas/cache2/evas_cache2.c index e780fc5564..e16c5cb880 100644 --- a/src/lib/evas/cache2/evas_cache2.c +++ b/src/lib/evas/cache2/evas_cache2.c | |||
@@ -935,7 +935,7 @@ evas_cache2_image_load_data(Image_Entry *ie) | |||
935 | { | 935 | { |
936 | int error = EVAS_LOAD_ERROR_NONE; | 936 | int error = EVAS_LOAD_ERROR_NONE; |
937 | 937 | ||
938 | if ((ie->flags.loaded) && (!ie->flags.animated)) | 938 | if ((ie->flags.loaded) && (!ie->animated.animated)) |
939 | return error; | 939 | return error; |
940 | 940 | ||
941 | ie->flags.in_progress = EINA_TRUE; | 941 | ie->flags.in_progress = EINA_TRUE; |