gegl r2409 - in trunk: . bin gegl
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2409 - in trunk: . bin gegl
- Date: Tue, 10 Jun 2008 21:56:57 +0000 (UTC)
Author: ok
Date: Tue Jun 10 21:56:57 2008
New Revision: 2409
URL: http://svn.gnome.org/viewvc/gegl?rev=2409&view=rev
Log:
* bin/editor.c: removed unneeded include.
* gegl/gegl-config.c: (gegl_config_class_init): changed the range of
CHUNK_SIZE to 1-max int.
Modified:
trunk/ChangeLog
trunk/bin/editor.c
trunk/gegl/gegl-config.c
Modified: trunk/bin/editor.c
==============================================================================
--- trunk/bin/editor.c (original)
+++ trunk/bin/editor.c Tue Jun 10 21:56:57 2008
@@ -34,7 +34,6 @@
#include "gegl-store.h"
#include "gegl-tree-editor.h"
#include "gegl-view.h"
-#include "gegl-view.h"
#include "editor.h"
Modified: trunk/gegl/gegl-config.c
==============================================================================
--- trunk/gegl/gegl-config.c (original)
+++ trunk/gegl/gegl-config.c Tue Jun 10 21:56:57 2008
@@ -171,7 +171,7 @@
g_object_class_install_property (gobject_class, PROP_CHUNK_SIZE,
g_param_spec_int ("chunk-size", "Chunk size",
"the number of pixels processed simulatnously by GEGL.",
- 0.0, G_MAXINT, 256*300,
+ 1, G_MAXINT, 256*300,
G_PARAM_READWRITE));
g_object_class_install_property (gobject_class, PROP_QUALITY,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]