From ba23e4b69341e5f3f2dbcd824663e75ebe2a581f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Nov 2006 15:35:18 +0000 Subject: Update project URL. svn path=/trunk/netsurf/; revision=3073 --- gtk/gtk_login.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk/gtk_login.c') diff --git a/gtk/gtk_login.c b/gtk/gtk_login.c index 9400a0699..176fc1339 100644 --- a/gtk/gtk_login.c +++ b/gtk/gtk_login.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2006 Rob Kendrick @@ -65,8 +65,8 @@ void create_login_window(struct browser_window *bw, const char *host, GladeXML *x = glade_xml_new(glade_file_location, NULL, NULL); GtkWindow *wnd = GTK_WINDOW(glade_xml_get_widget(x, "wndLogin")); - GtkLabel *lhost, *lrealm; - GtkEntry *euser, *epass; + GtkLabel *lhost, *lrealm; + GtkEntry *euser, *epass; GtkButton *bok, *bcan; lhost = GTK_LABEL(glade_xml_get_widget(x, "labelLoginHost")); @@ -115,7 +115,7 @@ void create_login_window(struct browser_window *bw, const char *host, /* make sure the username entry box currently has the focus */ gtk_widget_grab_focus(GTK_WIDGET(euser)); - + /* finally, show the window */ gtk_widget_show(GTK_WIDGET(wnd)); } -- cgit v1.2.3