Author: epiotr
Date: Tue Jan 8 22:11:53 2008
New Revision: 1486
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1486&view=rev
Log:
Set password entry hidden
Modified:
branches/gcmd-1-3/ChangeLog
branches/gcmd-1-3/src/gnome-cmd-con-dialog.cc
Modified: branches/gcmd-1-3/src/gnome-cmd-con-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con-dialog.cc (original)
+++ branches/gcmd-1-3/src/gnome-cmd-con-dialog.cc Tue Jan 8 22:11:53 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