edje: oopsie.
authorcedric <cedric>
Wed, 29 Aug 2012 07:42:15 +0000 (07:42 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Aug 2012 07:42:15 +0000 (07:42 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@75817 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_load.c

index 9b0791e..d3f9fd2 100644 (file)
@@ -365,6 +365,8 @@ _edje_object_file_set_internal(Evas_Object *obj, const char *file, const char *g
           ed->is_rtl = (ed->collection->prop.orientation ==
                         EDJE_ORIENTATION_RTL);
 
+       ed->groups = eina_list_append(ed->groups, ed);
+
        if (ed->collection->script_only)
          {
             ed->load_error = EDJE_LOAD_ERROR_NONE;