changeset 2587:cfb8c88d290e

[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 <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 23 Oct 2001 08:47:11 +0000
parents 0f5390176949
children a3117e29317d
files src/buddy.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);