edje_externals/elm_video: Fix bug where we override the rememberred position
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 28 Jan 2015 12:49:00 +0000 (13:49 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Wed, 28 Jan 2015 12:49:00 +0000 (13:49 +0100)
This bug was there from the initial commit of elm_video. Classical
copy&andpaste bug.

CID: 1267207

src/edje_externals/elm_video.c

index 8d003d6..2427e2a 100644 (file)
@@ -235,7 +235,7 @@ static void * external_video_params_parse(void *data EINA_UNUSED,
         else if (!strcmp(param->name, "remember position"))
           {
              mem->remember_position = param->i;
-             mem->remember_position = EINA_TRUE;
+             mem->remember_position_exists = EINA_TRUE;
           }
      }
    return mem;