diff options
author | Milan Crha <mcrha@redhat.com> | 2011-06-23 16:38:31 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:32 +0800 |
commit | 287e1401cc365ee226d3f039854e7b3594567944 (patch) | |
tree | b7e06b1b3099165586e048739b5c5abe4c0d2f98 | |
parent | f811cdac0eb1f73edc33a3491b1f4ce5f9164de0 (diff) | |
download | gsoc2013-evolution-287e1401cc365ee226d3f039854e7b3594567944.tar gsoc2013-evolution-287e1401cc365ee226d3f039854e7b3594567944.tar.gz gsoc2013-evolution-287e1401cc365ee226d3f039854e7b3594567944.tar.bz2 gsoc2013-evolution-287e1401cc365ee226d3f039854e7b3594567944.tar.lz gsoc2013-evolution-287e1401cc365ee226d3f039854e7b3594567944.tar.xz gsoc2013-evolution-287e1401cc365ee226d3f039854e7b3594567944.tar.zst gsoc2013-evolution-287e1401cc365ee226d3f039854e7b3594567944.zip |
Bug #650278 - Tab doesn't exit port field
-rw-r--r-- | mail/mail-config.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index faabb282b3..d2e5d8dd34 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -688,7 +688,6 @@ For example: "Work" or "Personal"</property> <child> <object class="EPortEntry" type-func="e_port_entry_get_type" id="source_port"> <property name="visible">True</property> - <property name="can_focus">True</property> <property name="has-entry">True</property> </object> <packing> @@ -1128,7 +1127,6 @@ For example: "Work" or "Personal"</property> <child> <object class="EPortEntry" type-func="e_port_entry_get_type" id="transport_port"> <property name="visible">True</property> - <property name="can_focus">True</property> <property name="has-entry">True</property> </object> <packing> |