Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv3652/src
Modified Files:
buddy.c
Log Message:
Andrew Molly thinks I don't know the difference between 12x12 and
18x18. =-O
Index: buddy.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/buddy.c,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- buddy.c 2001/11/20 06:53:45 1.276
+++ buddy.c 2001/11/20 07:20:05 1.277
@@ -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
|