# HG changeset patch # User Eric Warmenhoven # Date 1003826831 0 # Node ID cfb8c88d290e4b5fe7410f972700d23dbe0a2b99 # Parent 0f53901769491cfa3dbe2aba69b714cd2c7fc008 [gaim-migrate @ 2600] 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. committer: Tailor Script diff -r 0f5390176949 -r cfb8c88d290e src/buddy.c --- a/src/buddy.c Tue Oct 23 08:22:48 2001 +0000 +++ b/src/buddy.c Tue Oct 23 08:47:11 2001 +0000 @@ -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);