summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-01 13:48:09 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-01 13:48:09 +0100
commiteb072892102c2a819dd3ea5bb0f6e81e2b96a9a0 (patch)
tree692f108e4dd072c7154a34591b5a59dbeae22fc0
parent104988fe66fcb871f107be39a5c56d157b1ba5fb (diff)
downloadnode-startup-controller-eb072892102c2a819dd3ea5bb0f6e81e2b96a9a0.tar.gz
Fix the name used for the LUCStarter::node-startup-controller property
-rw-r--r--node-startup-controller/luc-starter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-startup-controller/luc-starter.c b/node-startup-controller/luc-starter.c
index d1a1e23..25efec4 100644
--- a/node-startup-controller/luc-starter.c
+++ b/node-startup-controller/luc-starter.c
@@ -626,7 +626,7 @@ luc_starter_new (JobManager *job_manager,
return g_object_new (TYPE_LUC_STARTER,
"job-manager", job_manager,
- "node-startup-controller-service", node_startup_controller,
+ "node-startup-controller", node_startup_controller,
NULL);
}