Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : weather

Dir     : e_modules/weather


Modified Files:
        e_mod_config.c 


Log Message:
Removed some printfs in the config dialog.

===================================================================
RCS file: /cvs/e/e_modules/weather/e_mod_config.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_config.c      6 Jul 2006 16:45:21 -0000       1.12
+++ e_mod_config.c      7 Jul 2006 00:47:38 -0000       1.13
@@ -124,8 +124,6 @@
    if (!cfdata->code)
       return 0;
 
-   printf("CFCode: %s\n", cfdata->code);
-
    len = strlen(cfdata->code);
    if (len < 4 || len > 4)
       return 0;
@@ -139,8 +137,8 @@
    char *t;
    t = strdup(cfdata->code);
    *t = toupper(*t);
-   printf("\nCode: %s\n", t);
    ci->code = evas_stringshare_add(t);
+ 
    e_config_save_queue();
    _weather_config_updated(ci->id);
    return 1;



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to