From 3bf0c2f9d2975c1f1426c6843e416b1f1ec266eb Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 27 Nov 2006 12:57:25 +0000 Subject: [PATCH] use the e_win_border_icon_set function for this dialog. SVN revision: 27232 --- src/bin/e_theme_about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_theme_about.c b/src/bin/e_theme_about.c index 0ab69d581..294bdeaca 100644 --- a/src/bin/e_theme_about.c +++ b/src/bin/e_theme_about.c @@ -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 */