gegl r2798 - in trunk: . gegl/property-types
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2798 - in trunk: . gegl/property-types
- Date: Mon, 24 Nov 2008 00:26:28 +0000 (UTC)
Author: ok
Date: Mon Nov 24 00:26:28 2008
New Revision: 2798
URL: http://svn.gnome.org/viewvc/gegl?rev=2798&view=rev
Log:
* gegl/property-types/gegl-path.c: (gegl_path_stamp),
(gegl_path_stroke): removed debug printf.
Modified:
trunk/ChangeLog
trunk/gegl/property-types/gegl-path.c
Modified: trunk/gegl/property-types/gegl-path.c
==============================================================================
--- trunk/gegl/property-types/gegl-path.c (original)
+++ trunk/gegl/property-types/gegl-path.c Mon Nov 24 00:26:28 2008
@@ -2056,7 +2056,6 @@
/* bail out if we wouldn't leave a mark on the buffer */
if (!gegl_rectangle_intersect (&temp, &roi, clip_rect))
{
- g_print ("bailing\n");
return;
}
@@ -2140,6 +2139,7 @@
if (!clip_rect)
{
+ g_print ("using buffer extent\n");
clip_rect = gegl_buffer_get_extent (buffer);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]