Mercurial > pidgin
diff src/buddy.c @ 2780:8e0837d62ca0
[gaim-migrate @ 2793]
Andrew Molly thinks I don't know the difference between 12x12 and
18x18. =-O
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 20 Nov 2001 07:20:06 +0000 |
parents | 27c22147e023 |
children | feea7103a235 |
line wrap: on
line diff
--- a/src/buddy.c Tue Nov 20 07:05:36 2001 +0000 +++ b/src/buddy.c Tue Nov 20 07:20:06 2001 +0000 @@ -72,6 +72,7 @@ #include "pixmaps/gnome_add.xpm" #include "pixmaps/gnome_remove.xpm" #include "pixmaps/group.xpm" +#include "pixmaps/logout_menu.xpm" static GtkTooltips *tips; static GtkAccelGroup *accel; @@ -2415,7 +2416,7 @@ /*gaim_new_item_with_pixmap(menu, _("Export Buddy List"), export_small_xpm, GTK_SIGNAL_FUNC(show_export_dialog), 0, 0, 0); */ gaim_separator(menu); - gaim_new_item_with_pixmap(menu, _("Signoff"), logout_icon_xpm, + gaim_new_item_with_pixmap(menu, _("Signoff"), logout_menu_xpm, GTK_SIGNAL_FUNC(signoff_all), 'd', GDK_CONTROL_MASK, "Ctl+D"); #ifndef USE_APPLET