Author: epiotr
Date: Tue Jan  8 22:11:27 2008
New Revision: 1485
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1485&view=rev

Log:
Set password entry hidden

Modified:
   trunk/ChangeLog
   trunk/src/gnome-cmd-con-dialog.cc

Modified: trunk/src/gnome-cmd-con-dialog.cc
==============================================================================
--- trunk/src/gnome-cmd-con-dialog.cc   (original)
+++ trunk/src/gnome-cmd-con-dialog.cc   Tue Jan  8 22:11:27 2008
@@ -126,6 +126,8 @@
     user_entry = gtk_entry_new ();
     password_entry = gtk_entry_new ();
 
+    gtk_entry_set_visibility (GTK_ENTRY (password_entry), FALSE);
+
     // We need an extra ref so we can remove them from the table
     g_object_ref (alias_entry);
     g_object_ref (uri_entry);
_______________________________________________
SVN-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Reply via email to