Mercurial > pidgin.yaz
annotate pixmaps/sad.xpm @ 4197:1817f5d16e83
[gaim-migrate @ 4428]
Ari Pollak (sourceo) writes:
"This fixes a compile warning in about.c, cleans up a
deprecated call to gtk_widget_set_usize, adds a border
around the text, and removes an unneeded call to
gtk_widget_show(), since according to the
gtk_window_present() docs:
If window is hidden, this function calls
gtk_widget_show() as well.
Also, it's pointless to call gtk_widget_show on an
already unhidden widget."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 04 Jan 2003 14:41:30 +0000 |
parents | 230b022108f4 |
children |
rev | line source |
---|---|
500 | 1 /* XPM */ |
2 static char * sad_xpm[] = { | |
3 "19 19 11 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #CCCC00", | |
7 "@ c #FFFF00", | |
8 "# c #333333", | |
9 "$ c #666600", | |
10 "% c #666666", | |
11 "& c #FFFFFF", | |
12 "* c #CCCC33", | |
13 "= c #999900", | |
14 "- c #333300", | |
15 " ....... ", | |
16 " ..+@@@@@+.. ", | |
17 " .+@@.@@@.@@+. ", | |
18 " .@@@.@@@@@.@@@. ", | |
19 " .+@.###@@@##..@+. ", | |
20 " .@@$%&&*@$&&=$@@. ", | |
21 ".+@@@%&.*@-&.=@@@+.", | |
22 ".@@@@+..*@*..+@@@@.", | |
23 ".@@@@@$@@@@@=@@@@@.", | |
24 ".@@@@@@@@@@@@@@@@@.", | |
25 ".@@@@@.......@@@@@.", | |
26 ".@@$@.=@@@@@=.@$@@.", | |
27 ".+@$-@@@***@@@-$@+.", | |
28 " .@@$@@@@@@@@@$@@. ", | |
29 " .+@@@@@@@@@@@@@+. ", | |
30 " .@@@@@@@@@@@@@. ", | |
31 " .+@@@@@@@@@+. ", | |
32 " ..+@@@@@+.. ", | |
33 " ....... "}; |