From 7334ec404e2ff3b3e502bb366afac376b7e6262e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 24 Sep 2011 09:24:13 +0000 Subject: reduce to a single global structure for glade file locations svn path=/trunk/netsurf/; revision=12872 --- gtk/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/toolbar.c') 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); -- cgit v1.2.3