diff options
author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2013-02-08 18:08:44 +0800 |
---|---|---|
committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2013-02-08 18:41:23 +0800 |
commit | 269149baf55e10a64d64b26ec4f67c9840e1ce38 (patch) | |
tree | ec63b01e51834492c41ce996398631c7c68fa7e5 /addressbook/gui | |
parent | 0d245aefb09d142f63f9f32d764ec6f4c146ab90 (diff) | |
download | gsoc2013-evolution-269149baf55e10a64d64b26ec4f67c9840e1ce38.tar.gz gsoc2013-evolution-269149baf55e10a64d64b26ec4f67c9840e1ce38.tar.zst gsoc2013-evolution-269149baf55e10a64d64b26ec4f67c9840e1ce38.zip |
Add mnemonic widgets for title and suffix comboboxes
https://bugzilla.gnome.org/show_bug.cgi?id=692720
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/fullname.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/fullname.ui b/addressbook/gui/contact-editor/fullname.ui index 6db0c15468..90a1f04a9b 100644 --- a/addressbook/gui/contact-editor/fullname.ui +++ b/addressbook/gui/contact-editor/fullname.ui @@ -216,6 +216,7 @@ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="single_line_mode">False</property> <property name="angle">0</property> + <property name="mnemonic_widget">comboentry-title</property> </object> <packing> <property name="left_attach">0</property> @@ -296,6 +297,7 @@ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="single_line_mode">False</property> <property name="angle">0</property> + <property name="mnemonic_widget">comboentry-suffix</property> </object> <packing> <property name="left_attach">0</property> |