From af3502a88b4959d85efde48fb2a307a952678bf9 Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Thu, 6 Dec 2007 17:45:37 +0000 Subject: Patch from Alex Kloss : Fix for bug #347328 (missing mnemonic/mnemonic conflict in GW features -> New shared folder -> Users dialog) svn path=/trunk/; revision=34662 --- plugins/groupwise-features/ChangeLog | 9 +++++++++ plugins/groupwise-features/properties.glade | 8 ++++---- plugins/groupwise-features/share-folder.c | 1 + 3 files changed, 14 insertions(+), 4 deletions(-) (limited to 'plugins/groupwise-features') diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index a1aaacfd06..330ed6384d 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,12 @@ +2007-12-06 Alex Kloss + + ** Fix for bug #347328 + + * properties.glade: + Fix mnemonic clash over 'c', add mnemonic for 'Name' entry + * share-folder.c: (share_folder_construct): + Connect name_selector_entry and its label + 2007-11-12 indu ** Fix for bug #458515 diff --git a/plugins/groupwise-features/properties.glade b/plugins/groupwise-features/properties.glade index 93d8716612..e5ff745c0c 100644 --- a/plugins/groupwise-features/properties.glade +++ b/plugins/groupwise-features/properties.glade @@ -139,8 +139,8 @@ True - Name: - False + _Name: + True False GTK_JUSTIFY_LEFT False @@ -285,7 +285,7 @@ True - _Contacts... + Con_tacts... True False GTK_JUSTIFY_LEFT @@ -527,7 +527,7 @@ True - _Customize notification message + C_ustomize notification message True False GTK_JUSTIFY_LEFT 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); -- cgit v1.2.3