summaryrefslogtreecommitdiffstats
path: root/src/ufo-write-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-write-task.c')
-rw-r--r--src/ufo-write-task.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ufo-write-task.c b/src/ufo-write-task.c
index c97410d..8617fed 100644
--- a/src/ufo-write-task.c
+++ b/src/ufo-write-task.c
@@ -507,6 +507,9 @@ ufo_write_task_get_property (GObject *object,
case PROP_MINIMUM:
g_value_set_float (value, priv->minimum);
break;
+ case PROP_RESCALE:
+ g_value_set_boolean (value, priv->rescale);
+ break;
#ifdef HAVE_JPEG
case PROP_JPEG_QUALITY:
g_value_set_uint (value, priv->jpeg_quality);