From 6173bb0e6c3bf51cd463f7bc4f725429d9087b2b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 5 Oct 2010 19:14:46 +0000 Subject: Merge treeview-redux to trunk svn path=/trunk/netsurf/; revision=10865 --- gtk/options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/options.h') diff --git a/gtk/options.h b/gtk/options.h index cb6f0bde2..ac14259d8 100644 --- a/gtk/options.h +++ b/gtk/options.h @@ -34,6 +34,7 @@ extern int option_history_age; extern bool option_hover_urls; extern bool option_focus_new; extern bool option_new_blank; +extern char *option_hotlist_path; extern bool option_source_tab; extern int option_current_theme; @@ -51,6 +52,7 @@ int option_history_age = 0; \ bool option_hover_urls = false; \ bool option_focus_new = false; \ bool option_new_blank = false; \ +char *option_hotlist_path = NULL; \ bool option_source_tab = false;\ int option_current_theme = 0; @@ -68,6 +70,7 @@ int option_current_theme = 0; { "hover_urls", OPTION_BOOL, &option_hover_urls}, \ { "focus_new", OPTION_BOOL, &option_focus_new}, \ { "new_blank", OPTION_BOOL, &option_new_blank}, \ +{ "hotlist_path", OPTION_STRING, &option_hotlist_path}, \ { "source_tab", OPTION_BOOL, &option_source_tab},\ { "current_theme", OPTION_INTEGER, &option_current_theme} -- cgit v1.2.3