This shouldn't happend, but better safe than sorry.

SVN revision: 17047
This commit is contained in:
sebastid 2005-09-28 19:53:42 +00:00 committed by sebastid
parent 1ca51e9f2f
commit 3a4ba210e1
1 changed files with 6 additions and 0 deletions

View File

@ -2082,6 +2082,12 @@ e_border_icon_add(E_Border *bd, Evas *evas)
{
Evas_Object *o;
E_App *a = NULL;
if (bd->app)
{
e_object_unref(E_OBJECT(bd->app));
bd->app = NULL;
}
o = NULL;
if ((bd->client.icccm.name) && (bd->client.icccm.class))