Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_pointer.c 


Log Message:


printf--

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_pointer.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- e_pointer.c 5 Oct 2007 04:52:27 -0000       1.31
+++ e_pointer.c 5 Oct 2007 04:54:45 -0000       1.32
@@ -321,7 +321,6 @@
 
        if (!p->evas) _e_pointer_canvas_add(p);
        o = p->pointer_object;
-       printf("## P SET EDJE\n");
        if (p->color)
          {
             snprintf(cursor, sizeof(cursor), 
"e/pointer/enlightenment/%s/color", type);
@@ -336,7 +335,6 @@
          }
        edje_object_part_swallow(p->pointer_object, "e.swallow.hotspot", 
p->hot_object);
        p->hot.update = 1;
-       printf("## P SET EDJE - DONE OK\n");
        return 1;
      }
    fallback:
@@ -427,6 +425,5 @@
          }
        if (cursor) ecore_x_cursor_free(cursor);
      }
-   printf("## P SET EDJE - DONE FALLBACK\n");
    return 1;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to