Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e_modules

Dir     : e17/apps/e_modules/src/modules/notes


Modified Files:
        e_mod_main.c 


Log Message:
oops, printf not needed any more
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/notes/e_mod_main.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_mod_main.c        1 Apr 2005 23:58:56 -0000       1.14
+++ e_mod_main.c        2 Apr 2005 00:04:01 -0000       1.15
@@ -264,9 +264,7 @@
    Note_Face *face = data;
    Evas_Object *bg;
    int r,g,b,a;   
-   
-   printf("Trans is %d\n",face->conf->trans);
-   
+      
    bg = esmart_textarea_bg_get(face->note_object);
    evas_object_color_get(bg, &r,&g,&b,&a);
    switch(e_menu_item_num_get(mi))




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to