view pixmaps/protocols/yahoo/yahoo_blush.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 388230971b20
children
line wrap: on
line source

/* XPM */
static char *yahoo_blush[] = {
/* width height ncolors chars_per_pixel */
"18 18 22 1",
/* colors */
"  c #000000",
". c #CCCC33",
"X c #FF6666",
"o c #FFCC33",
"O c #777777",
"+ c #CC9999",
"@ c #999966",
"# c #663333",
"$ c #CCFF33",
"% c #FF9966",
"& c #B2B2B2",
"* c #848200",
"= c #993333",
"- c #FFFF33",
"; c #929292",
": c #FF9933",
"> c #2A3F00",
", c #666666",
"< c #FBFBFB",
"1 c #CCCC66",
"2 c #D3D3D3",
"3 c None",
/* pixels */
"333333333333333333",
"33332;==##==;23333",
"333&#.------.#&333",
"33&#o--+.@.+-$#&33",
"32#o--+-----+-$#23",
"3,*o-----------.,3",
"3#oo-----------.#3",
"3#oo-@.+*.*+.@-.=3",
"3=oo-.<<>. <<<-.=3",
"3=ooooo<<<<<.ooo=3",
"3=o:::o----o:::o=3",
"3#oXXXo----oXXXo=3",
"3O*oXX%----%XXo1O3",
"32#oo--%%%%----#23",
"33&#oo-------1#&33",
"333&#*oo1111*#&333",
"33332O==##==O23333",
"333333333333333333"
};