Use edje_edit_object_add() or the edje_edit API won't work.
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 26 Apr 2010 19:46:15 +0000 (19:46 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 26 Apr 2010 19:46:15 +0000 (19:46 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/ethumb@48347 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/plugins/emotion/emotion.c

index b379286..3bb5320 100644 (file)
@@ -116,7 +116,7 @@ _setup_thumbnail(struct _emotion_plugin *_plugin)
        goto exit_error;
      }
 
-   edje = edje_object_add(evas);
+   edje = edje_edit_object_add(evas);
    edje_object_file_set(edje, thumb_path, "movie/thumb");
    if (!edje_object_part_exists(edje, "image"))
      {