Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_gadcon_config.c 


Log Message:
Remove a printf as the "Remove from List" issue is fixed.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_int_gadcon_config.c       21 Jul 2006 15:19:54 -0000      1.25
+++ e_int_gadcon_config.c       21 Jul 2006 17:28:15 -0000      1.26
@@ -175,8 +175,6 @@
    i = e_widget_ilist_selected_get(cfdata->o_instances);
    l = evas_list_nth_list(cfdata->cf_gc->clients, i);
    cf_gcc = l->data;
-
-   printf("Remove Client Name: %s\n", cf_gcc->name);
    
    if (cf_gcc->name) evas_stringshare_del(cf_gcc->name);
    if (cf_gcc->id) evas_stringshare_del(cf_gcc->id);



-------------------------------------------------------------------------
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