summaryrefslogtreecommitdiff
path: root/ufo/ufo-resources.c
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-02 10:37:47 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-02 10:37:47 +0100
commite20d4d23d70eeb5741294ba80e74487eb481607f (patch)
tree81a79494c9c201272f6bebc1285e698fe1f12a4f /ufo/ufo-resources.c
parent588edbdffd07b454faa7a8318d90b538cb01a990 (diff)
Fix UfoResources device-type description
Diffstat (limited to 'ufo/ufo-resources.c')
-rw-r--r--ufo/ufo-resources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufo/ufo-resources.c b/ufo/ufo-resources.c
index ba736a2..bb8e824 100644
--- a/ufo/ufo-resources.c
+++ b/ufo/ufo-resources.c
@@ -1131,7 +1131,7 @@ ufo_resources_class_init (UfoResourcesClass *klass)
g_param_spec_flags ("device-type",
"Device type for all employed devices",
"Device type for all employed devices",
- UFO_TYPE_DEVICE_TYPE, UFO_DEVICE_ALL,
+ UFO_TYPE_DEVICE_TYPE, UFO_DEVICE_GPU,
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE);
properties[PROP_REMOTES] =