# HG changeset patch # User Richard Laager # Date 1121645071 0 # Node ID 92f7b92e866bbac4e1779a8033390946e5c4fa43 # Parent f03dce7ea40850b2f45f4d34223180d2b36da826 [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 diff -r f03dce7ea408 -r 92f7b92e866b src/gtkconv.c --- 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, "", 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"), "G", menu_get_info_cb, 0, "", GAIM_STOCK_INFO }, { N_("/Conversation/_Warn..."), NULL, menu_warn_cb, 0, "", GAIM_STOCK_WARN },