From 6fec152f3282859cf20b9a1211cac68b37e9b813 Mon Sep 17 00:00:00 2001 From: moom Date: Wed, 6 Sep 2006 18:04:13 +0000 Subject: [PATCH] * The window's icon no longer disappears when the border is changed SVN revision: 25547 --- TODO | 1 - src/bin/e_border.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index 027e862c8..f3db61d6b 100644 --- a/TODO +++ b/TODO @@ -8,7 +8,6 @@ Some of the things (in very short form) that need to be done to E17... BUGS / FIXES ------------------------------------------------------------------------------- -* BUG: change border type loses window icon * BUG: right click on ibar - select "remove icon" from menu -> segv. * BUG: adding app using "applications" dialog to a bar dir for example means the target bar dir is emptied and only that app is put in. diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 5c8ac6d1a..18ed6e131 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -5541,7 +5541,7 @@ _e_border_eval(E_Border *bd) if (bd->bg_object) { evas_object_show(bd->icon_object); - edje_object_part_swallow(bd->bg_object, "e.swallow.icons", bd->icon_object); + edje_object_part_swallow(bd->bg_object, "e.swallow.icon", bd->icon_object); } else {