[evolution-patches] Fix buf #336460
- From: Boby Wang <Boby Wang Sun COM>
- To: evolution-patches <evolution-patches gnome org>
- Cc: Li Yuan <Li Yuan Sun COM>
- Subject: [evolution-patches] Fix buf #336460
- Date: Wed, 29 Mar 2006 18:25:11 +0800
Hi,
I have attached a patch for bug #336460.
URL: http://bugzilla.gnome.org/show_bug.cgi?id=336460
Please review it. Thanks.
Boby.
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 <boby wang sun com>
+
+ ** 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 <sragavan novell com>
* 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 (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]