Mercurial > pidgin
changeset 20894:39a793dcb9df
Patch from QuLogic to not use underscores in saved-statuses as mnemonics
in the docklet's context menu. Fixes #2510, closes #3495.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 12 Oct 2007 11:18:58 +0000 |
parents | b2f427916c18 |
children | dc94a669bbf6 |
files | pidgin/gtkdocklet.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkdocklet.c Wed Oct 10 04:28:24 2007 +0000 +++ b/pidgin/gtkdocklet.c Fri Oct 12 11:18:58 2007 +0000 @@ -407,7 +407,7 @@ GdkPixbuf *pixbuf; GtkWidget *image; - menuitem = gtk_image_menu_item_new_with_mnemonic(str); + menuitem = gtk_image_menu_item_new_with_label(str); if (menu) gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);