Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_color_dialog.c e_widget_color_well.c 


Log Message:

printf--

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_color_dialog.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_color_dialog.c    14 Oct 2006 04:50:00 -0000      1.8
+++ e_color_dialog.c    14 Oct 2006 04:54:44 -0000      1.9
@@ -93,7 +93,6 @@
 {
    E_Color_Dialog *dia;
    dia = data;
-   printf("COLOR DIALOG csel change\n");
    if (dia->change_func && dia->color)
      dia->change_func(dia, dia->color, dia->change_data);
 }
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_color_well.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_widget_color_well.c       14 Oct 2006 04:50:00 -0000      1.11
+++ e_widget_color_well.c       14 Oct 2006 04:54:44 -0000      1.12
@@ -79,7 +79,6 @@
 {
    E_Widget_Data *wd;
    wd = data;
-   printf("COLOR WELL change_cb\n");
    e_color_copy(color, wd->color);
    _e_wid_update(wd);
 }



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