Skip to content
Snippets Groups Projects
Commit fe8221e7 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix msn iconset (still missing chat error invisible message not_in_the_roster requested xa icons)

parent 6b84d9a7
No related branches found
No related tags found
No related merge requests found
/* XPM */
static char * closed_xpm[] = {
"6 8 2 1",
" c None",
". c #000000",
". ",
".. ",
"... ",
".... ",
"... ",
".. ",
". ",
" "};
plugins/gtkgui/icons/msn/connecting.png

387 B

<?xml version='1.0' encoding='UTF-8'?>
<icondef>
<meta>
<name>MSN6</name>
<version>1.0</version>
<description>MSN6 Original Iconset</description>
<creation>2003-10-16</creation>
<author jid='remko@amessage.be' email='spike@kotnet.org' www='http://spike.ulyssis.org'>Remko Tronon</author>
</meta>
<!-- Normal status icons -->
<icon>
<x xmlns='name'>status/online</x>
<object mime='image/png'>online.png</object>
</icon>
<icon>
<x xmlns='name'>status/offline</x>
<object mime='image/png'>offline.png</object>
</icon>
<icon>
<x xmlns='name'>status/away</x>
<object mime='image/png'>away.png</object>
</icon>
<icon>
<x xmlns='name'>status/xa</x>
<object mime='image/png'>away.png</object>
</icon>
<icon>
<x xmlns='name'>status/dnd</x>
<object mime='image/png'>dnd.png</object>
</icon>
<icon>
<x xmlns='name'>status/invisible</x>
<object mime='image/png'>offline.png</object>
</icon>
<icon>
<x xmlns='name'>status/chat</x>
<object mime='image/png'>online.png</object>
</icon>
</icondef>
/* XPM */
static char * opened_xpm[] = {
"7 6 2 1",
" c None",
". c #000000",
".......",
" ..... ",
" ... ",
" . ",
" ",
" "};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment