screen: Make notification checkbox focusable

This was certainly just an oversight, but it makes the
checkbox essentially nonaccessible.
This commit is contained in:
Matthias Clasen 2012-09-13 00:40:32 -04:00
parent 539d78cb63
commit 1db660c410

View file

@ -345,7 +345,7 @@
<child>
<object class="GtkCheckButton" id="show_notifications_check">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Show _notifications when locked</property>
<property name="use_underline">True</property>