user-accounts: Hide fingerprint dialogue by default

The dialogue was shown when loaded by GtkBuilder, and then
parented properly, which made it jump before display.

https://bugzilla.gnome.org/show_bug.cgi?id=641990
This commit is contained in:
Bastien Nocera 2011-02-14 23:51:20 +00:00
parent 07664136d0
commit 50211514c5

View file

@ -38,6 +38,7 @@
<property name="border_width">12</property>
<property name="title" translatable="yes">Enable Fingerprint Login</property>
<property name="icon_name">system-users</property>
<property name="visible">False</property>
<child>
<placeholder/>
</child>