summaryrefslogtreecommitdiff
path: root/gtk/dialogs
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-09-24 09:24:13 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-09-24 09:24:13 +0000
commit7334ec404e2ff3b3e502bb366afac376b7e6262e (patch)
tree6913e5444fca07e116679232dc769d5666963540 /gtk/dialogs
parent9854ad631326d19fed5243b51716b3606fb2484c (diff)
downloadnetsurf-7334ec404e2ff3b3e502bb366afac376b7e6262e.tar.gz
netsurf-7334ec404e2ff3b3e502bb366afac376b7e6262e.tar.bz2
reduce to a single global structure for glade file locations
svn path=/trunk/netsurf/; revision=12872
Diffstat (limited to 'gtk/dialogs')
-rw-r--r--gtk/dialogs/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/dialogs/options.c b/gtk/dialogs/options.c
index 380b767c4..6a015b44b 100644
--- a/gtk/dialogs/options.c
+++ b/gtk/dialogs/options.c
@@ -139,7 +139,7 @@ DECLARE(setDefaultExportOptions);
GtkDialog* nsgtk_options_init(struct browser_window *bw, GtkWindow *parent)
{
- gladeFile = glade_xml_new(glade_options_file_location, NULL, NULL);
+ gladeFile = glade_xml_new(glade_file_location->options, NULL, NULL);
if (gladeFile == NULL)
return NULL;