view pixmaps/tb_drag_arrow_up.xpm @ 13559:bbbde2f5c03b

[gaim-migrate @ 15938] This finally bothered me enough to fix. We were only rebuilding the Join a Chat dialog entries when the protocol of the selected account changed. That didn't work so well for jabber since jabber uses different nickname/server values based on which server you choose. I considered testing for jabber specifically instead of always but that seemed uglier and this really won't hurt us much. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 24 Mar 2006 16:04:59 +0000
parents 87e95b8ce60b
children
line wrap: on
line source

/* XPM */
static char * tb_drag_arrow_up_xpm[] = {
"13 16 13 1",
" 	c None",
".	c #B80000",
"+	c #F02F2F",
"@	c #E87676",
"#	c #E78383",
"$	c #E56A6A",
"%	c #ED9191",
"&	c #F05757",
"*	c #E79F9F",
"=	c #E54545",
"-	c #EDAFAF",
";	c #D23333",
">	c #E40E0E",
"      .      ",
"     +@.     ",
"    +#@$.    ",
"   +%#@$&.   ",
"  +*%#@$&=.  ",
" +-*%#@$&=;. ",
">>>>+#@$>>>>.",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    >>>>.    "};