From ca1a74cafa8f75a20e42bbdf501f5c8e8f184920 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 13 Mar 2013 18:07:21 +0100 Subject: Use GInitable to pass properties to plugins --- tools/gui/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gui') diff --git a/tools/gui/control.c b/tools/gui/control.c index c2ea59c..192859c 100644 --- a/tools/gui/control.c +++ b/tools/gui/control.c @@ -456,7 +456,7 @@ create_main_window (GtkBuilder *builder, const gchar* camera_name) guint width, height; GError *error = NULL; - camera = uca_plugin_manager_get_camera (plugin_manager, camera_name, &error); + camera = uca_plugin_manager_get_camera (plugin_manager, camera_name, &error, NULL); if ((camera == NULL) || (error != NULL)) { g_error ("%s\n", error->message); -- cgit v1.2.3