user-accounts: Fix focus in the account dialog

Making containers take focus is almost never right. In this
case, it disrupts the focus chain in the dialog, because the
focus gets stuck on the stack.

https://bugzilla.gnome.org/show_bug.cgi?id=736223
This commit is contained in:
Matthias Clasen 2014-09-11 21:59:45 -04:00
parent eaed418f2a
commit 177166c65b

View file

@ -34,7 +34,7 @@
<child>
<object class="GtkStack" id="stack">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_focus">False</property>
<property name="transition-type">none</property>
<property name="border_width">6</property>
<property name="margin_bottom">6</property>