From 8b83456c02fbdc738bc25b244633eb27522b9119 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 15 Aug 2013 19:19:24 +0100 Subject: Beginnings of new hotlist module, implemented with new treeview. Currently it can only open, display and launch entries in an existing hotlist file. TODO: - Generate defualt hotlist when file not found. - Add hotlist saving. - Allow adding to hotlist. - Allow hotlist editing. - Allow hotlist nodes to be moved by dragging. - Allow hotlist visit data to be updated. --- desktop/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/tree.h') diff --git a/desktop/tree.h b/desktop/tree.h index a69a537e9..51fa67e8d 100644 --- a/desktop/tree.h +++ b/desktop/tree.h @@ -32,6 +32,7 @@ struct sslcert_session_data; struct sslcert_session_data *ssl_current_session; +const char *tree_hotlist_path; struct hlcache_handle; -- cgit v1.2.3