view pixmaps/tb_drag_arrow_right.xpm @ 8457:daeeb96cdf8f

[gaim-migrate @ 9187] " the g_signal_new was using a marshal with arguments, but the signal cb wasn't handling them.. I'm assuming this is what was wanted because now on send it says: Emiting signal yo! anyways.. here's the patch for the one line fix..." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 16 Mar 2004 19:43:58 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

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