Author: akv
Date: 2012-04-30 22:19:02 +0200 (Mon, 30 Apr 2012)
New Revision: 4217
Modified:
branches/4175-enfuse/plugins/resample/resample.c
Log:
Reverted changes to resample plugin in rev. 4211
Modified: branches/4175-enfuse/plugins/resample/resample.c
===================================================================
--- branches/4175-enfuse/plugins/resample/resample.c 2012-04-29 21:39:24 UTC
(rev 4216)
+++ branches/4175-enfuse/plugins/resample/resample.c 2012-04-30 20:19:02 UTC
(rev 4217)
@@ -114,12 +114,12 @@
g_object_class_install_property(object_class,
PROP_WIDTH, g_param_spec_int(
"width", "width", "The width of the scaled image",
- -1, 65535, 100, G_PARAM_READWRITE)
+ 6, 65535, 100, G_PARAM_READWRITE)
);
g_object_class_install_property(object_class,
PROP_HEIGHT, g_param_spec_int(
"height", "height", "The height of the scaled image",
- -1, 65535, 100, G_PARAM_READWRITE)
+ 6, 65535, 100, G_PARAM_READWRITE)
);
g_object_class_install_property(object_class,
PROP_BOUNDING_BOX, g_param_spec_boolean(
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit