Comment 7 for bug 404767

Revision history for this message
xtknight (xt-knight) wrote : Re: gtk: mnemonic/accelerator shows as underscore instead of underline, and does not register with keyboard

Yup. To fix it, edit src/common/gst-polkit-button.c under gnome-system-tools:

line ~262
 return g_object_new (GST_TYPE_POLKIT_BUTTON,
        "action", action,
        "label", label,
        "use-underline", TRUE, /* add this to fix the problem */
        NULL);