view pixmaps/away.xpm @ 5517:e9b9fbf89c42

[gaim-migrate @ 5916] So some (most?) AIM/ICQ accounts are sent a URL where you can change your password. This URL contains a "%s" which is supposed to be replaced with your screenname. Gaim actually replaces it with your screen name now, so it's pre-filled in on the Enter-Your-Password form. It uses that replace-substring-function that I just wrote for the %s browser command thing. Someone (maybe faceprint?) pointed out that Gaim didn't do this a while ago. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 25 May 2003 19:47:13 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * away_xpm[] = {
"16 7 2 1",
" 	c None",
".	c #E89530",
"  ....          ",
" .  ..          ",
"   ..  .... ....",
"  ..  . .. . .. ",
" ...  . .  . .  ",
" ..  . .. . .. .",
"..... .... .... "};