use actual theme's about box.

SVN revision: 17061
This commit is contained in:
Carsten Haitzler 2005-09-29 08:23:11 +00:00
parent 0e73c68cc2
commit 113a74390b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ e_theme_about_new(E_Container *con)
o = edje_object_add(e_win_evas_get(about->win));
about->bg_object = o;
e_theme_edje_object_set(o, "base",
e_theme_edje_object_set(o, "base/theme",
"theme/about");
evas_object_move(o, 0, 0);
evas_object_show(o);