From 1fd565cba706d6a9e809d14f79ceb92633b62ead Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 28 Apr 2014 16:37:00 +0100 Subject: make GTK configuration handling conform to XDG specification. --- gtk/gui.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk/gui.h') diff --git a/gtk/gui.h b/gtk/gui.h index dc1f2b340..a9a98c6a0 100644 --- a/gtk/gui.h +++ b/gtk/gui.h @@ -52,11 +52,12 @@ extern struct glade_file_location_s *glade_file_location; extern char *languages_file_location; extern char *toolbar_indices_file_location; -extern char *options_file_location; /**< location where user options are written */ extern char *res_dir_location; -extern char *print_options_file_location; extern char *themelist_file_location; +/** Directory where all configuration files are held. */ +extern char *nsgtk_config_home; + extern GdkPixbuf *favicon_pixbuf; /* favicon default pixbuf */ extern char **respaths; /** resource search path vector */ -- cgit v1.2.3