pidgin: 1a20622e: A simple patch from "bsd" to get the ico...

rlaager at pidgin.im rlaager at pidgin.im
Sun May 25 19:55:38 EDT 2008


-----------------------------------------------------------------
Revision: 1a20622e5eb611356f66565b96618ab1cfe1e231
Ancestor: 45401c961ca97b6dd3675db39ca8d46f5142dada
Author: rlaager at pidgin.im
Date: 2008-05-25T23:48:28
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1a20622e5eb611356f66565b96618ab1cfe1e231

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

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

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	6e277f7a27ca66e1bac4ef106044a9f28920951f
+++ pidgin/gtkblist.c	39dfdaa25009e7284995bc9f54a6876ce734f07e
@@ -3239,7 +3239,7 @@ static GtkItemFactoryEntry blist_menu[] 
 	/* 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 },


More information about the Commits mailing list