Fix buf #336460
Boby Wang <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Organization | Sun China Engineering Research Institute |
| Message-ID | <1143627911.859.6.camel@sweeper> |
Hi,
I have attached a patch for bug #336460.
URL: http://bugzilla.gnome.org/show_bug.cgi?id=336460
Please review it. Thanks.
Boby.
_______________________________________________
Evolution-patches mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-patches
2006-03-29-selector.diff
(text/x-patch, 1.3 KB)
Index: ChangeLog =================================================================== RCS file: /cvs/gnome/evolution-data-server/libedataserverui/ChangeLog,v retrieving revision 1.86 diff -u -r1.86 ChangeLog --- ChangeLog 20 Mar 2006 13:53:00 -0000 1.86 +++ ChangeLog 29 Mar 2006 10:10:59 -0000 @@ -1,3 +1,10 @@ +2006-03-29 Boby Wang <[email protected]> + + ** Fix #336460 accelerate key can not function + + * e-name-selector-dialog.c: (add_section): + add a mnemonic relationship to fix it + 2006-03-20 Srinivasa Ragavan <[email protected]> * e-passwords.c: (ep_clear_passwords), (ep_forget_passwords), Index: e-name-selector-dialog.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/libedataserverui/e-name-selector-dialog.c,v retrieving revision 1.29 diff -u -r1.29 e-name-selector-dialog.c --- e-name-selector-dialog.c 2 Mar 2006 16:09:31 -0000 1.29 +++ e-name-selector-dialog.c 29 Mar 2006 10:10:59 -0000 @@ -522,6 +522,8 @@ section.remove_button = GTK_BUTTON (gtk_button_new()); section.destination_view = GTK_TREE_VIEW (gtk_tree_view_new ()); + gtk_label_set_mnemonic_widget (GTK_LABEL (section.label), section.destination_view); + if (pango_parse_markup (pretty_name, -1, '_', NULL, &text, NULL, NULL)) { atk_object_set_name (gtk_widget_get_accessible (