use the e_win_border_icon_set function for this dialog.

SVN revision: 27232
This commit is contained in:
Christopher Michael 2006-11-27 12:57:25 +00:00
parent 307cd6a9a7
commit 3bf0c2f9d2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ e_theme_about_show(E_Theme_About *about)
e_win_size_max_set(about->win, mw, mh);
}
e_win_show(about->win);
about->win->border->internal_icon = evas_stringshare_add("enlightenment/themes");
e_win_border_icon_set(about->win, "enlightenment/themes");
}
/* local subsystem functions */