comparison src/options.h @ 1267:dfa378900ec9

Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through --with-readmedir and --htmldir configure options. Reported by Christopher Beland.
author zas_
date Thu, 29 Jan 2009 18:52:52 +0000
parents b2d98b7c26c1
children e0e12512cde2
comparison
equal deleted inserted replaced
1266:1267d17986f3 1267:dfa378900ec9
247 gchar *command_name; 247 gchar *command_name;
248 gchar *command_line; 248 gchar *command_line;
249 } html_browser; 249 } html_browser;
250 } helpers; 250 } helpers;
251 251
252 /* Various paths and links to documentation */
253 struct {
254 gchar *helpdir;
255 gchar *htmldir;
256 } documentation;
257
258 /* Metadata */ 252 /* Metadata */
259 struct { 253 struct {
260 gboolean enable_metadata_dirs; 254 gboolean enable_metadata_dirs;
261 255
262 gboolean save_in_image_file; 256 gboolean save_in_image_file;