** Fix #336460 accelerate key can not function
authorBoby Wang <boby.wang@sun.com>
Fri, 7 Apr 2006 08:08:41 +0000 (08:08 +0000)
committerLi Yuan <liyuan@src.gnome.org>
Fri, 7 Apr 2006 08:08:41 +0000 (08:08 +0000)
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

libedataserverui/ChangeLog
libedataserverui/e-name-selector-dialog.c

index 5f164c6..3cee587 100644 (file)
@@ -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 b7ed3d7..448e134 100644 (file)
@@ -522,6 +522,8 @@ add_section (ENameSelectorDialog *name_selector_dialog,
        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 (