pixmaps/tb_drag_arrow_left.xpm

Tue, 11 Jan 2005 17:25:06 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Tue, 11 Jan 2005 17:25:06 +0000
changeset 10504
eae130eefbfe
parent 4359
cf899ee07d1d
child 12676
9afbf5b7240d
permissions
-rw-r--r--

[gaim-migrate @ 11796]
Lots of things here:
- Several memory leak fixes
- A few invalid memory access fixes
- Fix a yahoo crash going idle when away
- Fix Add user in chats to actually fill in the screenname
- Add gaim_account_{get,set}_enabled to perl
- Fix command priorities (fixes /me in IRC)
- Fix MSN notification server transfer to be quiet about it
- Fix MSN blist sync if user has insane friendly name
- Make the docklet less crash-happy if it fails to embed in 3 seconds
- Only probe for native plugins with the correct file extension
- 1 typo fix :)

... and quite possibly something else I forgot.

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

mercurial