mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Fix small build
svn path=/trunk/netsurf/; revision=2762
This commit is contained in:
parent
74b6dce0be
commit
488f3e0d8a
@ -1471,11 +1471,14 @@ bool ro_gui_tree_launch_node(struct tree *tree, struct node *node) {
|
||||
browser_window_create(element->text, NULL, 0, true);
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef WITH_SSL
|
||||
element = tree_find_element(node, TREE_ELEMENT_SSL);
|
||||
if (element) {
|
||||
ro_gui_cert_open(tree, node);
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user