summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-widget.c
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-06-29 06:39:06 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-06-29 06:39:06 +0000
commitb520010d0fbcc58effbc991afeb2ee4cecdd0609 (patch)
tree5515888d8918d1db0615e38ec1d2ce1b1b9000c3 /libgphoto2/gphoto2-widget.c
parente3bd036f9ccd0837ed1a0f3421e01220c4b71178 (diff)
downloadlibgphoto2-b520010d0fbcc58effbc991afeb2ee4cecdd0609.tar.gz
bump the number of subwidgets
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12178 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-widget.c')
-rw-r--r--libgphoto2/gphoto2-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/gphoto2-widget.c b/libgphoto2/gphoto2-widget.c
index 209d2c031..233de9bdd 100644
--- a/libgphoto2/gphoto2-widget.c
+++ b/libgphoto2/gphoto2-widget.c
@@ -60,7 +60,7 @@ struct _CameraWidget {
float increment;
/* Child info */
- CameraWidget *children [64];
+ CameraWidget *children [256];
int children_count;
/* Widget was changed */