summaryrefslogtreecommitdiff
path: root/gtk/toolbar.c
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/toolbar.c
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/toolbar.c')
-rw-r--r--gtk/toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/toolbar.c b/gtk/toolbar.c
index 09c309f04..a6b6b283e 100644
--- a/gtk/toolbar.c
+++ b/gtk/toolbar.c
@@ -193,7 +193,7 @@ void nsgtk_toolbar_window_open(nsgtk_scaffolding *g)
nsgtk_toolbar_cancel_clicked(NULL, g);
return;
}
- window->glade = glade_xml_new(glade_toolbar_file_location,
+ window->glade = glade_xml_new(glade_file_location->toolbar,
"toolbarwindow", NULL);
if (window->glade == NULL) {
warn_user(messages_get("NoMemory"), 0);