From: Eric W. <war...@us...> - 2001-10-23 08:47:14
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv4300 Modified Files: buddy.c Log Message: i've wanted this for a long time. it's the only reason i ever turn on the buttons at the bottom. and now i don't have to. Index: buddy.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/buddy.c,v retrieving revision 1.257 retrieving revision 1.258 diff -u -d -r1.257 -r1.258 --- buddy.c 2001/10/23 04:54:44 1.257 +++ buddy.c 2001/10/23 08:47:11 1.258 @@ -56,9 +56,7 @@ #include "pixmaps/plugins_small.xpm" #endif #include "pixmaps/prefs_small.xpm" -#ifdef NO_MULTI #include "pixmaps/search_small.xpm" -#endif #ifdef USE_APPLET #include "pixmaps/close_small.xpm" #else @@ -2361,6 +2359,8 @@ GTK_SIGNAL_FUNC(chat_callback), 'c', GDK_CONTROL_MASK, "Ctl+C"); gaim_new_item_with_pixmap(menu, _("New Instant Message"), send_small_xpm, GTK_SIGNAL_FUNC(show_im_dialog), 'i', GDK_CONTROL_MASK, "Ctl+I"); + gaim_new_item_with_pixmap(menu, _("Get User Info"), search_small_xpm, + GTK_SIGNAL_FUNC(show_info_dialog), 'j', GDK_CONTROL_MASK, "Ctl+J"); gaim_separator(menu); |