summaryrefslogtreecommitdiff
path: root/src/grl-operation-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grl-operation-options.c')
-rw-r--r--src/grl-operation-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grl-operation-options.c b/src/grl-operation-options.c
index 74c823f..ec50d65 100644
--- a/src/grl-operation-options.c
+++ b/src/grl-operation-options.c
@@ -161,7 +161,7 @@ key_range_filter_dup (GrlKeyID key, GrlRangeValue *value, GHashTable *destinatio
GrlOperationOptions *
grl_operation_options_new (GrlCaps *caps)
{
- GrlOperationOptions *options = g_object_new (GRL_OPERATION_OPTIONS_TYPE, NULL);
+ GrlOperationOptions *options = g_object_new (GRL_TYPE_OPERATION_OPTIONS, NULL);
if (caps != NULL)
options->priv->caps = g_object_ref (caps);