Ensure password is not echoed

This commit is contained in:
Daniel P. Berrange 2009-07-29 12:39:16 +01:00
parent bc55a8d757
commit 831411aacb

View File

@ -63,6 +63,7 @@
<widget class="GtkEntry" id="cred-password"> <widget class="GtkEntry" id="cred-password">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="visibility">False</property>
</widget> </widget>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>