Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon.c 


Log Message:

delete gc->clients->data from _before_ the removal

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- e_gadcon.c  1 Jan 2007 21:44:23 -0000       1.67
+++ e_gadcon.c  2 Jan 2007 03:25:01 -0000       1.68
@@ -417,7 +417,7 @@
             gcc->menu = NULL;
          }
        gc->clients = evas_list_remove_list(gc->clients, gc->clients);
-       e_object_del(E_OBJECT(gc->clients->data));
+       e_object_del(E_OBJECT(gcc));
      }
 }
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to