summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/scaffolding.c')
-rw-r--r--gtk/scaffolding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c
index fd076616f..2b345b156 100644
--- a/gtk/scaffolding.c
+++ b/gtk/scaffolding.c
@@ -1644,7 +1644,7 @@ nsgtk_scaffolding *nsgtk_new_scaffolding(struct gui_window *toplevel)
/* load the window template from the glade xml file, and extract
* widget references from it for later use.
*/
- g->xml = glade_xml_new(glade_netsurf_file_location,
+ g->xml = glade_xml_new(glade_file_location->netsurf,
"wndBrowser", NULL);
glade_xml_signal_autoconnect(g->xml);
g->window = GTK_WINDOW(GET_WIDGET("wndBrowser"));