summaryrefslogtreecommitdiff
path: root/gtk/login.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/login.c')
-rw-r--r--gtk/login.c2
1 files changed, 1 insertions, 1 deletions
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;