A simple patch from "bsd" to get the icon back for Buddies->Join a Chat.

Sun, 25 May 2008 23:48:28 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 25 May 2008 23:48:28 +0000
changeset 23326
3b9627b6168d
parent 23325
a374a26fe217
child 23334
b59937f4ab22

A simple patch from "bsd" to get the icon back for Buddies->Join a Chat.
Fixes #3622

pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkblist.c	Sun May 25 21:56:36 2008 +0000
+++ b/pidgin/gtkblist.c	Sun May 25 23:48:28 2008 +0000
@@ -3239,7 +3239,7 @@
 	/* Buddies menu */
 	{ N_("/_Buddies"), NULL, NULL, 0, "<Branch>", NULL },
 	{ N_("/Buddies/New Instant _Message..."), "<CTL>M", pidgin_dialogs_im, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW },
-	{ N_("/Buddies/Join a _Chat..."), "<CTL>C", pidgin_blist_joinchat_show, 0, "<Item>", NULL },
+	{ N_("/Buddies/Join a _Chat..."), "<CTL>C", pidgin_blist_joinchat_show, 0, "<StockItem>", PIDGIN_STOCK_CHAT },
 	{ N_("/Buddies/Get User _Info..."), "<CTL>I", pidgin_dialogs_info, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_USER_INFO },
 	{ N_("/Buddies/View User _Log..."), "<CTL>L", pidgin_dialogs_log, 0, "<Item>", NULL },
 	{ "/Buddies/sep1", NULL, NULL, 0, "<Separator>", NULL },

mercurial