Removal of the strdup.

SVN revision: 19780
This commit is contained in:
Christopher Michael 2006-01-14 12:59:55 +00:00
parent 1f8c5be81b
commit 64ccbb8e27
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ _tclock_face_new(E_Container *con)
snprintf(buff, sizeof(buff), PACKAGE_DATA_DIR"/tclock.edj");
if (!e_theme_edje_object_set(o, "base/theme/modules/tclock", "modules/tclock/main"))
edje_object_file_set(o, strdup(buff), "modules/tclock/main");
edje_object_file_set(o, buff, "modules/tclock/main");
evas_object_show(o);
o = evas_object_rectangle_add(con->bg_evas);