Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_main.c screenshot.edc 


Log Message:
Removed a printf and enabled color class.

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- e_mod_main.c        3 Oct 2006 04:10:43 -0000       1.66
+++ e_mod_main.c        11 Oct 2006 19:35:54 -0000      1.67
@@ -682,8 +682,6 @@
   snprintf (buf, sizeof (buf), "%s %s %s/%s", cmd, opt, ci->location, 
            inst->filename);
    
-   printf("\n\nBuf: %s\n\n", buf);
-   
   ss_config->exe_exit_handler =
     ecore_event_handler_add (ECORE_EXE_EVENT_DEL, _ss_exe_cb_exit, NULL);
   if (ci->delay_time > 0)
===================================================================
RCS file: /cvs/e/e_modules/screenshot/screenshot.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- screenshot.edc      9 Aug 2006 07:33:00 -0000       1.12
+++ screenshot.edc      11 Oct 2006 19:35:54 -0000      1.13
@@ -317,6 +317,7 @@
                       state: "default" 0.0;
                       color: 255 255 255 255;
                       color3: 0 0 0 32;
+                      color_class: "module_label";
                       visible: 0;
                       rel1
                         {



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