Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


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

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -3 -r1.435 -r1.436
--- e_border.c  28 Sep 2005 19:24:58 -0000      1.435
+++ e_border.c  28 Sep 2005 19:53:42 -0000      1.436
@@ -2082,6 +2082,12 @@
 {
    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))




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to