aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.glade
diff options
context:
space:
mode:
authorguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2009-01-10 13:25:28 +0000
committerguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2009-01-10 13:25:28 +0000
commitaf9d2e62e392533987d17ada803bb6327c54afee (patch)
tree84abf061730e3ed8ae5bb0b7bc6334a730cac0f5 /src/krb5-auth-dialog.glade
parent07b6e82910238b8abff8124d067634df0a00dd9d (diff)
use GtkSecureEntry instead of GtkEntry for the password entry
From gtksecentry.h: The entry is now always invisible, uses secure memory methods to allocate the text memory, and all potentially dangerous methods (copy & paste, popup, etc.) have been removed. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@103 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'src/krb5-auth-dialog.glade')
-rw-r--r--src/krb5-auth-dialog.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/krb5-auth-dialog.glade b/src/krb5-auth-dialog.glade
index 66d34e5..7440dff 100644
--- a/src/krb5-auth-dialog.glade
+++ b/src/krb5-auth-dialog.glade
@@ -177,7 +177,7 @@
</child>
<child>
- <widget class="GtkEntry" id="krb5_entry">
+ <widget class="Custom" id="krb5_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>