view pixmaps/tb_drag_arrow_up.xpm @ 8864:8ab568b92480

[gaim-migrate @ 9632] " I like the iChat style timestamp, but it's annoying that it constantly adds the timestamp, scrolling old msgs off the screen. This patch will make it only add a timestamp if there have been messages since the last timestamp. Adding a preference checkbox for this is left as an exercise for the reader." --Robert Story as this behavior seems to me more intuitive, i'm going ahead with this patch committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 03 May 2004 18:00:46 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

/* XPM */
static const char * arrow_up_xpm[] = {
"13 16 2 1",
" 	c None",
".	c #FF0000",
"      .      ",
"     ...     ",
"    .....    ",
"   .......   ",
"  .........  ",
" ........... ",
".............",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     ",
"     ...     "};