aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/share-folder.c
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2007-12-07 01:45:37 +0800
committerSuman Manjunath <msuman@src.gnome.org>2007-12-07 01:45:37 +0800
commitaf3502a88b4959d85efde48fb2a307a952678bf9 (patch)
tree749c69e4af84d0194e3972e095a8e41510156950 /plugins/groupwise-features/share-folder.c
parenta47ca1aa0b33e7f3b796a25a679f43e88288d223 (diff)
downloadgsoc2013-evolution-af3502a88b4959d85efde48fb2a307a952678bf9.tar
gsoc2013-evolution-af3502a88b4959d85efde48fb2a307a952678bf9.tar.gz
gsoc2013-evolution-af3502a88b4959d85efde48fb2a307a952678bf9.tar.bz2
gsoc2013-evolution-af3502a88b4959d85efde48fb2a307a952678bf9.tar.lz
gsoc2013-evolution-af3502a88b4959d85efde48fb2a307a952678bf9.tar.xz
gsoc2013-evolution-af3502a88b4959d85efde48fb2a307a952678bf9.tar.zst
gsoc2013-evolution-af3502a88b4959d85efde48fb2a307a952678bf9.zip
Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #347328 (missing mnemonic/mnemonic conflict in GW features -> New shared folder -> Users dialog)
svn path=/trunk/; revision=34662
Diffstat (limited to 'plugins/groupwise-features/share-folder.c')
-rw-r--r--plugins/groupwise-features/share-folder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/groupwise-features/share-folder.c b/plugins/groupwise-features/share-folder.c
index b6982c520d..eec5b49f42 100644
--- a/plugins/groupwise-features/share-folder.c
+++ b/plugins/groupwise-features/share-folder.c
@@ -728,6 +728,7 @@ share_folder_construct (ShareFolder *sf)
name_selector_entry = e_name_selector_peek_section_entry (sf->name_selector, "Add User");
g_signal_connect (name_selector_entry, "changed",
G_CALLBACK (addressbook_entry_changed), sf);
+ gtk_label_set_mnemonic_widget (GTK_LABEL (glade_xml_get_widget (sf->xml, "label557")), GTK_WIDGET (name_selector_entry));
sf->add_button = GTK_BUTTON (glade_xml_get_widget(sf->xml, "Add"));
g_signal_connect((GtkWidget *) sf->add_button, "clicked", G_CALLBACK (add_clicked), sf);