Mercurial > pidgin
changeset 11112:92f7b92e866b
[gaim-migrate @ 13164]
Patch #1235401, from therylz
"With the button bar disappearing in 2.0.0, there is no
way to access a buddy's info as quickly as it could be
accessed with the button bar. This patch simply
provides a default keyboard shortcut (ctrl+G) to do the
job."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 18 Jul 2005 00:04:31 +0000 |
parents | f03dce7ea408 |
children | a5efa067eaca |
files | src/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Sun Jul 17 23:36:34 2005 +0000 +++ b/src/gtkconv.c Mon Jul 18 00:04:31 2005 +0000 @@ -3554,7 +3554,7 @@ { N_("/Conversation/Se_nd File..."), NULL, menu_send_file_cb, 0, "<StockItem>", GAIM_STOCK_FILE_TRANSFER }, { N_("/Conversation/Add Buddy _Pounce..."), NULL, menu_add_pounce_cb, 0, NULL }, - { N_("/Conversation/_Get Info"), NULL, menu_get_info_cb, 0, + { N_("/Conversation/_Get Info"), "<CTL>G", menu_get_info_cb, 0, "<StockItem>", GAIM_STOCK_INFO }, { N_("/Conversation/_Warn..."), NULL, menu_warn_cb, 0, "<StockItem>", GAIM_STOCK_WARN },