changeset 661:31384b25f7b6

[gaim-migrate @ 671] I dunno, at least its different. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 10 Aug 2000 22:28:00 +0000
parents b3b5d9d18eea
children 3425f0e0b0e7
files pixmaps/block.xpm src/conversation.c
diffstat 2 files changed, 54 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pixmaps/block.xpm	Thu Aug 10 22:28:00 2000 +0000
@@ -0,0 +1,52 @@
+/* XPM */
+static char * block_xpm[] = {
+"24 24 25 1",
+" 	c None",
+".	c #000000",
+"+	c #B8AE9A",
+"@	c #DCD0B8",
+"#	c #C9BEA8",
+"$	c #A89F8D",
+"%	c #A7685C",
+"&	c #956056",
+"*	c #625C51",
+"=	c #C59C94",
+"-	c #B37D72",
+";	c #B0A693",
+">	c #BD8D84",
+",	c #A67369",
+"'	c #9A9181",
+")	c #CCC5B7",
+"!	c #C1B9A8",
+"~	c #B4AA96",
+"{	c #AC786D",
+"]	c #79554A",
+"^	c #85685A",
+"/	c #908878",
+"(	c #938B7A",
+"_	c #6D5446",
+":	c #664E41",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"      ......  ...       ",
+"     .+@#@@$..%%&...    ",
+"     .*@$@@@@@.=-.%%.   ",
+"    .;@@+@##@@.>%.,,.   ",
+"     ..#'#)!~~.{].^^.   ",
+"    ./~~~~~(.._::...    ",
+"     ....~(.  ...       ",
+"        .~.             ",
+"       .@~.             ",
+"       .@(.             ",
+"       .~(.             ",
+"        ...             ",
+"                        ",
+"                        ",
+"                        "};
--- 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)