summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-23 00:17:16 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-23 00:17:16 +0000
commit5b422a3ec9b8ceaa9107374f1be3439f23baf0df (patch)
treeb8f36068031ae240097d3e735bfb74842a0b1df0 /amiga/tree.c
parent7e7ea09000c9386dfa4db75be3ea6c49ab203cfd (diff)
downloadnetsurf-5b422a3ec9b8ceaa9107374f1be3439f23baf0df.tar.gz
netsurf-5b422a3ec9b8ceaa9107374f1be3439f23baf0df.tar.bz2
Fix opening of SSL cert window
Diffstat (limited to 'amiga/tree.c')
-rw-r--r--amiga/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index e4f7eb32f..8a35a4453 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -764,7 +764,7 @@ void ami_tree_open(struct treeview_window *twin,int type)
WINDOW_IconifyGadget, FALSE,
WINDOW_Position, WPOS_CENTERSCREEN,
WINDOW_ParentGroup, twin->objects[GID_MAIN] = LayoutVObj,
- LAYOUT_AddImage, LabelObject,
+ LAYOUT_AddImage, LabelObj,
LABEL_Text, twin->sslerr,
LabelEnd,
LAYOUT_AddChild, twin->objects[GID_BROWSER] = SpaceObj,
@@ -772,7 +772,7 @@ void ami_tree_open(struct treeview_window *twin,int type)
SPACE_Transparent,TRUE,
SPACE_BevelStyle, BVS_DISPLAY,
SpaceEnd,
- LAYOUT_AddChild, HGroupObject,
+ LAYOUT_AddChild, LayoutHObj,
LAYOUT_AddChild, twin->objects[GID_OPEN] = ButtonObj,
GA_ID,GID_OPEN,
GA_Text, twin->sslaccept,