view pixmaps/no_icon.xpm @ 87:8923e3bd6c5a

[gaim-migrate @ 97] call gdk_window_show() instead of gdk_window_raise() on double clicks in buddylist so that iconified converse windows will be brought to the front as well. committer: Tailor Script <tailor@pidgin.im>
author Syd Logan <slogan>
date Thu, 06 Apr 2000 09:11:46 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * no_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 1 1",
/* colors */
" 	c None",
/* pixels */
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            ",
"            "};