containers on hold for now...

SVN revision: 11358
This commit is contained in:
Carsten Haitzler 2004-08-25 00:53:45 +00:00
parent 6c0e20d5e0
commit 3c0cb05a60
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,8 @@
#include "edje_private.h"
#include "edje_container.h"
#if 0
static void
_edje_container_relayout(Smart_Data *sd)
{
@ -913,3 +915,5 @@ _smart_clip_unset(Evas_Object *obj)
if (!sd) return;
// evas_object_clip_unset(sd->obj);
}
#endif

View File

@ -1242,9 +1242,9 @@ _edje_embryo_test_run(Edje *ed, char *fname, char *sig, char *src)
embryo_program_data_set(ed->collection->script, ed);
if (!embryo_program_run(ed->collection->script, fn))
{
printf("EDJE: ERROR with embryo script.\n"
"FUNCTION: %s\n"
"ERROR: %s\n",
printf("EDJE: ERROR with embryo script.\n"
"ENTRY POINT: %s\n"
"ERROR: %s\n",
fname,
embryo_error_string_get(embryo_program_error_get(ed->collection->script)));
}