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/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/login.c') diff --git a/gtk/login.c b/gtk/login.c index 44ef399af..daf9e9644 100644 --- a/gtk/login.c +++ b/gtk/login.c @@ -78,7 +78,7 @@ void create_login_window(const char *url, const char *host, const char *realm, * the widgets we're interested in. */ - GladeXML *x = glade_xml_new(glade_login_file_location, NULL, NULL); + GladeXML *x = glade_xml_new(glade_file_location->login, NULL, NULL); GtkWindow *wnd = GTK_WINDOW(glade_xml_get_widget(x, "wndLogin")); GtkLabel *lhost, *lrealm; GtkEntry *euser, *epass; -- cgit v1.2.3