gnome-commander r1486 - in branches/gcmd-1-3: . src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r1486 - in branches/gcmd-1-3: . src
- Date: Tue, 8 Jan 2008 22:11:53 +0000 (GMT)
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]