[evolution] Bug 794151 - The "File Under" field can not be edited



commit 5b87895091533b6bf53613d549a28aee9ae5f696
Author: Milan Crha <mcrha redhat com>
Date:   Mon Mar 12 13:43:13 2018 +0100

    Bug 794151 - The "File Under" field can not be edited

 .../gui/contact-editor/contact-editor.ui           |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/addressbook/gui/contact-editor/contact-editor.ui 
b/src/addressbook/gui/contact-editor/contact-editor.ui
index 1eef55f..43153e2 100644
--- a/src/addressbook/gui/contact-editor/contact-editor.ui
+++ b/src/addressbook/gui/contact-editor/contact-editor.ui
@@ -414,13 +414,13 @@
                                   <object class="GtkComboBox" id="combo-file-as">
                                     <property name="name">file-as</property>
                                     <property name="visible">True</property>
-                                    <property name="can_focus">False</property>
+                                    <property name="can_focus">True</property>
                                     <property name="model">model1</property>
                                     <property name="has_entry">True</property>
                                     <property name="entry_text_column">0</property>
                                     <child internal-child="entry">
                                       <object class="GtkEntry">
-                                        <property name="can_focus">False</property>
+                                        <property name="can_focus">True</property>
                                       </object>
                                     </child>
                                   </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]