summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-11-25 16:16:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-11-25 16:16:01 -0500
commit6d12d681c3f48d1e924cf9e2f10c07b2d5e62af1 (patch)
tree36c88435b3110786c25a66f28610a679ddf2fee6
parentad3616d3c6b0d3f677e1d3c14e690e940661faad (diff)
downloadgnome-control-center-6d12d681c3f48d1e924cf9e2f10c07b2d5e62af1.tar.gz
Fixup
Fix focus handling in the screen lock dialog - focus got stuck in the combo box.
-rw-r--r--panels/privacy/privacy.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index f6e7e084f..c12d68bfc 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -377,7 +377,7 @@
<child>
<object class="GtkComboBoxText" id="lock_after_combo">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="model">lock_after_model</property>