summaryrefslogtreecommitdiff
path: root/camlibs/template
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2001-11-03 14:00:19 +0000
committerMarcus Meissner <marcus@jet.franken.de>2001-11-03 14:00:19 +0000
commitcee9badffcd98ce52e7fb0cde664156c70fccbfe (patch)
treeed1588af648528a1a6be4edcca800be239d8a30a /camlibs/template
parent0e4bec3c9292d9b82107f545d3f034da0600e0f2 (diff)
downloadlibgphoto2-cee9badffcd98ce52e7fb0cde664156c70fccbfe.tar.gz
gp_widget_new template changed
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2891 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/template')
-rw-r--r--camlibs/template/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/template/template.c b/camlibs/template/template.c
index 65362e48b..2bc6b11d9 100644
--- a/camlibs/template/template.c
+++ b/camlibs/template/template.c
@@ -111,7 +111,7 @@ delete_all_func (CameraFilesystem *fs, const char *folder, void *data)
static int
camera_config_get (Camera *camera, CameraWidget **window)
{
- *window = gp_widget_new (GP_WIDGET_WINDOW, "Camera Configuration");
+ gp_widget_new (GP_WIDGET_WINDOW, "Camera Configuration", window);
/* Append your sections and widgets here. */