annotate pixmaps/tb_drag_arrow_left.xpm @ 9845:7c459857f1c2
[gaim-migrate @ 10723]
(20:27:46) shx: LSchiere: maybe I should check the buddy icon bug
(20:27:56) shx: that should go in... right?
(20:28:12) LSchiere: the buddy icons not updating?
(20:28:15) LSchiere: yes that would be good to fix
(20:28:59) shx: it happends for all prpls right?
(20:29:15) LSchiere: i am unsure. i think i only have reports of it with
msn
(20:30:05) shx: maybe because msn users the ones that change it often :/
(20:30:18) LSchiere: shx: possibly
(21:25:27) shx: LSchiere: that one is good, and the problem was in
gtkconv.c so it affected every prpl
committer: Tailor Script <tailor@pidgin.im>
author |
Luke Schierer <lschiere@pidgin.im> |
date |
Tue, 24 Aug 2004 01:26:54 +0000 |
parents |
5fb47ec9bfe4 |
children |
87e95b8ce60b |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static char * tb_drag_arrow_left_xpm[] = {
|
|
3 "16 13 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " . ",
|
|
7 " .. ",
|
|
8 " ... ",
|
|
9 " .... ",
|
|
10 " ..... ",
|
|
11 " ...............",
|
|
12 "................",
|
|
13 " ...............",
|
|
14 " ..... ",
|
|
15 " .... ",
|
|
16 " ... ",
|
|
17 " .. ",
|
|
18 " . "};
|