src/conversation.c

changeset 661
1d639512e913
parent 654
4f0d54fe61b3
child 666
0a313fec9a15
--- a/src/conversation.c	Thu Aug 10 22:17:22 2000 +0000
+++ b/src/conversation.c	Thu Aug 10 22:28:00 2000 +0000
@@ -74,6 +74,7 @@
 #include "pixmaps/cancel.xpm"
 #include "pixmaps/warn.xpm"
 #include "pixmaps/tb_search.xpm"
+#include "pixmaps/block.xpm"
 
 int state_lock=0;
 
@@ -1518,7 +1519,7 @@
 		add = picture_button2(win, _("Remove"), gnome_remove_xpm);
 	else
 		add = picture_button2(win, _("Add"), gnome_add_xpm);
-	block = picture_button2(win, _("Block"), tmp_send_xpm);
+	block = picture_button2(win, _("Block"), block_xpm);
 
 	/* use a slicker look if the user wants to */
 	if (display_options & OPT_DISP_COOL_LOOK)

mercurial