From 3a4ba210e1d1a935025a163942d512bec11d6e5c Mon Sep 17 00:00:00 2001 From: sebastid Date: Wed, 28 Sep 2005 19:53:42 +0000 Subject: [PATCH] This shouldn't happend, but better safe than sorry. SVN revision: 17047 --- src/bin/e_border.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 7a2734452..480ba50cf 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -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))