* The window's icon no longer disappears when the border is changed

SVN revision: 25547
This commit is contained in:
moom 2006-09-06 18:04:13 +00:00 committed by moom
parent 0fca2a48ac
commit 6fec152f32
2 changed files with 1 additions and 2 deletions

1
TODO
View File

@ -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.

View File

@ -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
{