view pixmaps/join.xpm @ 5959:0a2a32b1917c

[gaim-migrate @ 6405] Some minor UI fixes from yours truely: -Closing a conversation that has a "select image to insert" dialog open now also closes and frees the "select image to insert" dialog. -The buddy icon selection dialog now lets you type, eg "~/.gaim/icons" and hit enter without it thinking you've selected "~/.gaim/icons" as your buddy icon. It will instead change the icon selection dialog to that directory. -Same for the "select file to send" dialog. -Same for the right-click-on-an-icon "save icon" dialog. -Same for the right-click-on-an-IM-image "save image" dialog. -Same for buddy pounce "select sound" and "select program" dialogs. I think there is a small leak here, but I don't have time to figure it out. Someone should memprof this. I think it's gtkpounce.c line 140. -Same for toc's "select file to send" dialog. This needs to change-- toc has gtk code in it. -Made file_is_dir() accept a GtkFileSelection rather than a GtkWidget (there is no reason it would need to accept anything other than a GtkFileSelection) -Some minor pounce dialog memleak fixes, I think. The hash table wasn't getting freed on cancel. Line 4960 of gtkconv.c might be leaking somehow. Someone should look into that. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 26 Jun 2003 02:01:56 +0000
parents 725ffb93aedc
children
line wrap: on
line source

/* XPM */
static char * join_xpm[] = {
"24 24 41 1",
" 	c None",
".	c #212121",
"+	c #EAD4CB",
"@	c #E3C5BA",
"#	c #DBB4A4",
"$	c #EEDED7",
"%	c #FAF7F5",
"&	c #F2E5E1",
"*	c #D2AC99",
"=	c #000000",
"-	c #8D9E7C",
";	c #CDD9C2",
">	c #DEE6D7",
",	c #DAE2D1",
"'	c #9BAD89",
")	c #B79382",
"!	c #707D63",
"~	c #B4C6A2",
"{	c #ACC098",
"]	c #636E57",
"^	c #AB8A7A",
"/	c #E4E9DD",
"(	c #657158",
"_	c #C49F8D",
":	c #C3D1B5",
"<	c #808F70",
"[	c #4C5442",
"}	c #58634E",
"|	c #E6EBE0",
"1	c #D4DDC9",
"2	c #CAD7BE",
"3	c #90A17F",
"4	c #5F6A53",
"5	c #535C49",
"6	c #E9EDE4",
"7	c #616D56",
"8	c #A8BC95",
"9	c #7C8B6E",
"0	c #4C5443",
"a	c #B6C2AA",
"b	c #5E6953",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"             ...        ",
"           ..+@#..      ",
"           .$%&@*.      ",
"       =======+#**.     ",
"       =-;>,'=###).     ",
"        =!~{]=##*^.     ",
"      ==/;{(]=#*_.      ",
"    ==/;:{<[}=))..      ",
"   =|12{{34=5=..        ",
"    =6{{{7= ==          ",
"     =>890=             ",
"      =a]=              ",
"       =b=              ",
"        =               ",
"                        ",
"                        ",
"                        ",
"                        "};