changeset 755:6d19d4a8adee

2006-6-22 Brian Masney <masneyb@gftp.org> * src/gtk/gtkui.c (gftpui_prompt_username) - don't create the widget as a password widget (closes #313746)
author masneyb
date Fri, 23 Jun 2006 01:31:05 +0000
parents ca202375e6cb
children 1e07981f7511
files ChangeLog src/gtk/gtkui.c
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jun 23 01:24:28 2006 +0000
+++ b/ChangeLog	Fri Jun 23 01:31:05 2006 +0000
@@ -1,4 +1,7 @@
 2006-6-22 Brian Masney <masneyb@gftp.org>
+	* src/gtk/gtkui.c (gftpui_prompt_username) - don't create the widget as
+	a password widget (closes #313746)
+
 	* src/gtk/bookmarks.c (new_item_entry) - fixed the title of the new item
 	dialog (closes #329660)
 
@@ -3375,7 +3378,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.430 2006/06/23 01:24:27 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.431 2006/06/23 01:31:04 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/src/gtk/gtkui.c	Fri Jun 23 01:24:28 2006 +0000
+++ b/src/gtk/gtkui.c	Fri Jun 23 01:31:05 2006 +0000
@@ -95,7 +95,7 @@
 {
   MakeEditDialog (_("Enter Username"),
                   _("Please enter your username for this site"), NULL,
-                  0, NULL, gftp_dialog_button_connect,
+                  1, NULL, gftp_dialog_button_connect,
                   _gftpui_gtk_set_username, request,
                   _gftpui_gtk_abort, request);