comparison src/buddy.c @ 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 5efa8077107f
children f194dd8250d4
comparison
equal deleted inserted replaced
2586:0f5390176949 2587:cfb8c88d290e
54 /*#include "pixmaps/export_small.xpm"*/ 54 /*#include "pixmaps/export_small.xpm"*/
55 #if defined(GAIM_PLUGINS) || defined(USE_PERL) 55 #if defined(GAIM_PLUGINS) || defined(USE_PERL)
56 #include "pixmaps/plugins_small.xpm" 56 #include "pixmaps/plugins_small.xpm"
57 #endif 57 #endif
58 #include "pixmaps/prefs_small.xpm" 58 #include "pixmaps/prefs_small.xpm"
59 #ifdef NO_MULTI
60 #include "pixmaps/search_small.xpm" 59 #include "pixmaps/search_small.xpm"
61 #endif
62 #ifdef USE_APPLET 60 #ifdef USE_APPLET
63 #include "pixmaps/close_small.xpm" 61 #include "pixmaps/close_small.xpm"
64 #else 62 #else
65 #include "pixmaps/exit_small.xpm" 63 #include "pixmaps/exit_small.xpm"
66 #endif 64 #endif
2359 GTK_SIGNAL_FUNC(add_buddy_callback), 'b', GDK_CONTROL_MASK, "Ctl+B"); 2357 GTK_SIGNAL_FUNC(add_buddy_callback), 'b', GDK_CONTROL_MASK, "Ctl+B");
2360 gaim_new_item_with_pixmap(menu, _("Join A Chat"), pounce_small_xpm, 2358 gaim_new_item_with_pixmap(menu, _("Join A Chat"), pounce_small_xpm,
2361 GTK_SIGNAL_FUNC(chat_callback), 'c', GDK_CONTROL_MASK, "Ctl+C"); 2359 GTK_SIGNAL_FUNC(chat_callback), 'c', GDK_CONTROL_MASK, "Ctl+C");
2362 gaim_new_item_with_pixmap(menu, _("New Instant Message"), send_small_xpm, 2360 gaim_new_item_with_pixmap(menu, _("New Instant Message"), send_small_xpm,
2363 GTK_SIGNAL_FUNC(show_im_dialog), 'i', GDK_CONTROL_MASK, "Ctl+I"); 2361 GTK_SIGNAL_FUNC(show_im_dialog), 'i', GDK_CONTROL_MASK, "Ctl+I");
2362 gaim_new_item_with_pixmap(menu, _("Get User Info"), search_small_xpm,
2363 GTK_SIGNAL_FUNC(show_info_dialog), 'j', GDK_CONTROL_MASK, "Ctl+J");
2364 2364
2365 gaim_separator(menu); 2365 gaim_separator(menu);
2366 2366
2367 gaim_new_item_with_pixmap(menu, _("Import Buddy List"), import_small_xpm, 2367 gaim_new_item_with_pixmap(menu, _("Import Buddy List"), import_small_xpm,
2368 GTK_SIGNAL_FUNC(import_callback), 0, 0, 0); 2368 GTK_SIGNAL_FUNC(import_callback), 0, 0, 0);