Fix warning with default widget focus in auth dialog

This commit is contained in:
Daniel P. Berrange 2010-01-12 15:14:12 +00:00
parent 8b849632fd
commit a16f4d5767

View File

@ -95,6 +95,8 @@
<widget class="GtkButton" id="button-ok">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="label" translatable="yes">gtk-ok</property>
<property name="use_stock">True</property>