diff pidgin/gtkdocklet.c @ 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 3b5d20590146
children dc94a669bbf6
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);