pixmaps/tb_drag_arrow_up.xpm

Thu, 22 Dec 2005 17:16:57 +0000

author
Christopher O'Brien <siege@pidgin.im>
date
Thu, 22 Dec 2005 17:16:57 +0000
changeset 12624
c1c92f08976b
parent 4359
cf899ee07d1d
child 12676
9afbf5b7240d
permissions
-rw-r--r--

[gaim-migrate @ 14960]
busy busy busy...

* fixed some unused variable warnings in a few places
* fixed memleak in the searchresults notify
* added more button types to the searchresults notify (IM, Info, Invite,
Join, and arbitrary labels)
* added a conversation ui op to present a conversation, since there
appears to be no way to actually initiate an IM without breaking the
core/ui split. gaim_conversation_present now ends up calling
gaim_gtkconv_present_conversation
* changed sametime prpl to use the searchresults notify instead of the
requests API for its "ambiguous user" dialog
* it should be possible to use the searchresults notify for room listing,
if anyone is thusly interested

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

mercurial