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:
Ooops, forgot to remove debug printfs.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_int_gadcon_config.c       10 Oct 2006 12:13:30 -0000      1.30
+++ e_int_gadcon_config.c       10 Oct 2006 12:14:37 -0000      1.31
@@ -174,7 +174,6 @@
    cfdata = data;
    i = e_widget_ilist_selected_get(cfdata->o_instances);
    name = e_widget_ilist_selected_label_get(cfdata->o_instances);
-   printf("Name: %s\n", name);
    
    for (l = cfdata->cf_gc->clients; l; l = l->next) 
      {
@@ -183,7 +182,6 @@
        cf_gcc = l->data;
        if (!cf_gcc) continue;
        if (!cf_gcc->name) continue;
-       printf("Cf Name: %s\n", cf_gcc->name);  
        if (!strcasecmp(cf_gcc->name, name)) 
          {
             if (cf_gcc->name) evas_stringshare_del(cf_gcc->name);



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