From 25c4ea7a6e73d4d4a0dcf61eff15ea8d055c1c46 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 21 Jul 2014 11:54:21 +0100 Subject: stop treeview redraw failing because of bad global state. --- desktop/tree.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'desktop/tree.h') diff --git a/desktop/tree.h b/desktop/tree.h index a411437f0..c70f888dc 100644 --- a/desktop/tree.h +++ b/desktop/tree.h @@ -33,6 +33,10 @@ struct sslcert_session_data; struct tree; struct redraw_context; +/** Current ssl session data for treeview + * + * @fixme global certificate treeview state must go away, this is just wrong. + */ extern struct sslcert_session_data *ssl_current_session; extern const char *tree_hotlist_path; -- cgit v1.2.3