[Xfce4-commits] <midori:master> Don't restrict length of HTTP login passwords

Christian Dywan noreply at xfce.org
Thu Oct 28 01:44:01 CEST 2010


Updating branch refs/heads/master
         to bcd1ffaf098957d338ed8d0cc519fdf0d3170ff5 (commit)
       from 80bd531d58ba6f36b5da2f9b31daec3657f78593 (commit)

commit bcd1ffaf098957d338ed8d0cc519fdf0d3170ff5
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Oct 27 21:02:47 2010 +0200

    Don't restrict length of HTTP login passwords

 katze/katze-http-auth.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/katze/katze-http-auth.c b/katze/katze-http-auth.c
index 7227bf2..322fe01 100644
--- a/katze/katze-http-auth.c
+++ b/katze/katze-http-auth.c
@@ -259,7 +259,6 @@ katze_http_auth_session_authenticate_cb (SoupSession*   session,
     gtk_size_group_add_widget (sizegroup, align);
     gtk_box_pack_start (GTK_BOX (hbox), align, TRUE, TRUE, 0);
     entry = gtk_entry_new ();
-    gtk_entry_set_max_length (GTK_ENTRY (entry), 32);
     if (login)
         gtk_entry_set_text (GTK_ENTRY (entry), login->password);
     gtk_entry_set_visibility (GTK_ENTRY (entry), FALSE);



More information about the Xfce4-commits mailing list