Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/gadman


Modified Files:
        e_mod_gadman.c 


Log Message:
 printf --

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e_mod_gadman.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_gadman.c      3 Aug 2008 19:29:04 -0000       1.9
+++ e_mod_gadman.c      3 Aug 2008 21:20:09 -0000       1.10
@@ -95,9 +95,8 @@
 gadman_shutdown(void)
 {
    e_container_shape_change_callback_del(Man->container, on_shape_change, 
NULL);
-   printf("++++++++    UNPOPULATE BG\n");
-   e_gadcon_unpopulate(Man->gc); // TODO FIX ME !!
-   printf("++++++++    UNPOPULATE TOP\n");
+
+   e_gadcon_unpopulate(Man->gc);
    e_gadcon_unpopulate(Man->gc_top);
 
    /* free gadcons */



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to