Mercurial > pidgin
annotate pixmaps/oneeye.xpm @ 4167:7002b6f16bdf
[gaim-migrate @ 4396]
(00:14:20) Robot101: if anyone with CVS would like to choose between the
docklet eating messages if you ask it to queue them, or an occasional crash
when returning from away with queued messages, I have a patch to revert ari's
'fix' at http://people.debian.org/~robot101/silly-ari.diff
(00:15:05) Robot101: Sean and I agreed that keeping the queued messages in a
GSList is better, so if ari could seperate the gtk2ification and the
fixing of the crash, without breaking the generic queueing stuff, that'd be
peachy
(00:15:22) Robot101: in the meantime, the docklet saying it has queued messages,
and not letting you read them, is pretty damn obnoxious.
(00:16:30) LSchiere: i'll do it
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 02 Jan 2003 05:18:16 +0000 |
parents | 7800445cc561 |
children |
rev | line source |
---|---|
610 | 1 /* XPM */ |
2 static char *oneeye_xpm[] = { | |
3 "19 19 6 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "X c #FFFF00", | |
7 "o c #0033FF", | |
8 "0 c #FF3300", | |
9 "+ c #FFFFFF", | |
10 " ....... ", | |
11 " ..XXXXXXX.. ", | |
12 " .XXXXXXXXXXX. ", | |
13 " .XXXXXXXXXXXXX. ", | |
14 " .XXXXX.....XXXXX. ", | |
15 " .XXXX.+++++.XXXX. ", | |
16 ".XXXX.++ooo++.XXXX.", | |
17 ".XXXX.++ooo++.XXXX.", | |
18 ".XXXXX.+++++.XXXXX.", | |
19 ".XXXXXX.....XXXXXX.", | |
20 ".XXX.XXXXXXXXX.XXX.", | |
21 ".XX.XXXXXXXXXXX.XX.", | |
22 ".X.X.XXXXXXXXX.X.X.", | |
23 " .XXX.XXXXXXX.XXX. ", | |
24 " .XXXX.......XXXX. ", | |
25 " .XXX.00.00.XXX. ", | |
26 " .XXX.000.XXX. ", | |
613
7800445cc561
[gaim-migrate @ 623]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
610
diff
changeset
|
27 " ..XXXXXXX.. ", |
610 | 28 " ........ "}; |