Mercurial > pidgin
view pixmaps/tb_drag_arrow_down.xpm @ 8719:513b8bbcc104
[gaim-migrate @ 9474]
" This fixes a bug where pasting a link, or in general
clicking in the middle of it and then sending would get
the link tag stuck on, and everything you typed after
that would be a link, unless you pasted some nonlink
rich text. This also makes it so you can't append to a
link when it's the last character of the buffer, like
you can every other tag.
Also, I made some slight improvements to copy/pasting.
Seems the length parameter (in pasted_received_cb) is
the total bytes, not the number of x bit (where x often
= 16) units. So that (length * (bits/8)) thing that I
think Sean was doing was causing problems." --Tim Ringenbach - marv_sf
oh and i have apparently attributed much of datallah's work today to other people
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 20 Apr 2004 04:08:24 +0000 |
parents | 5fb47ec9bfe4 |
children | 87e95b8ce60b |
line wrap: on
line source
/* XPM */ static const char * arrow_down_xpm[] = { "13 16 2 1", " c None", ". c #FF0000", " ... ", " ... ", " ... ", " ... ", " ... ", " ... ", " ... ", " ... ", " ... ", ".............", " ........... ", " ......... ", " ....... ", " ..... ", " ... ", " . "};