Mercurial > pidgin
annotate pixmaps/moneymouth.xpm @ 3194:fdd20785e1e1
[gaim-migrate @ 3211]
jabber.c
Repaired iso8601_to_time() to work properly for HAVE_TIMEZONE. (jseymour)
Removed signon time code as it didn't produce the desired results (faceprint).
configure.ac
configure.in
Added AC_VAR_TIMEZONE_EXTERNALS macro for HAVE_TIMEZONE, HAVE_ALTZONE and
HAVE_DAYLIGHT defines. (jseymour)
Fixed socklen_t (fingolfin)
c_var_timezone_externals.m4
Added file. (jseymour)
committer: Tailor Script <tailor@pidgin.im>
author | Jim Seymour <jseymour> |
---|---|
date | Fri, 03 May 2002 01:09:49 +0000 |
parents | 230b022108f4 |
children |
rev | line source |
---|---|
500 | 1 /* XPM */ |
2 static char * moneymouth_xpm[] = { | |
3 "19 19 4 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #CCCC00", | |
7 "@ c #FFFF00", | |
8 " ....... ", | |
9 " ..+@@@@@+.. ", | |
10 " .+@@@@@@@@@+. ", | |
11 " .@@@@@@@@@@@@@. ", | |
12 " .+@@@.@@@@@.@@@+. ", | |
13 " .@@@...@@@...@@@. ", | |
14 ".+@@@...@@@...@@@+.", | |
15 ".@@@@...@@@...@@@@.", | |
16 ".@@@@@.@@@@@.@@@@@.", | |
17 ".@@@@@@@@@@@@@@@@@.", | |
18 ".@@@@@@.@@..@@@@@@.", | |
19 ".@@.@@.@@.@@.@@.@@.", | |
20 ".+@.............@+.", | |
21 " .@.@@.@@.@@.@@.@. ", | |
22 " .+@@@@..@@.@@@@+. ", | |
23 " .@@@@@@@@@@@@@. ", | |
24 " .+@@@@@@@@@+. ", | |
25 " ..+@@@@@+.. ", | |
26 " ....... "}; |