aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2012-02-16 02:36:40 +0800
committerMilan Crha <mcrha@redhat.com>2012-02-16 02:36:40 +0800
commit73bccf45cb987df36ed41054f1b285230731327f (patch)
treef92e3d35f9a94a48f4602cc365e292a5bc1f01f1 /mail
parent6a3511948f69ffbc2941c6ee6e2c2a8389b345bf (diff)
downloadgsoc2013-evolution-73bccf45cb987df36ed41054f1b285230731327f.tar
gsoc2013-evolution-73bccf45cb987df36ed41054f1b285230731327f.tar.gz
gsoc2013-evolution-73bccf45cb987df36ed41054f1b285230731327f.tar.bz2
gsoc2013-evolution-73bccf45cb987df36ed41054f1b285230731327f.tar.lz
gsoc2013-evolution-73bccf45cb987df36ed41054f1b285230731327f.tar.xz
gsoc2013-evolution-73bccf45cb987df36ed41054f1b285230731327f.tar.zst
gsoc2013-evolution-73bccf45cb987df36ed41054f1b285230731327f.zip
Bug #637200 - Add mnemonics to Folder Properties dialog checkboxes
Diffstat (limited to 'mail')
-rw-r--r--mail/em-folder-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c
index 5bd75cf61e..69c72b3144 100644
--- a/mail/em-folder-properties.c
+++ b/mail/em-folder-properties.c
@@ -221,7 +221,7 @@ emfp_get_folder_item (EConfig *ec,
switch (properties[ii]->value_type) {
case G_TYPE_BOOLEAN:
- widget = gtk_check_button_new_with_label (blurb);
+ widget = gtk_check_button_new_with_mnemonic (blurb);
g_object_bind_property (
context->folder,
properties[ii]->name,