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

This commit is contained in:
Yann Leboulanger 2005-03-30 08:54:26 +00:00
parent 6b84d9a728
commit fe8221e7f3
4 changed files with 24 additions and 46 deletions

View File

@ -0,0 +1,13 @@
/* XPM */
static char * closed_xpm[] = {
"6 8 2 1",
" c None",
". c #000000",
". ",
".. ",
"... ",
".... ",
"... ",
".. ",
". ",
" "};

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

View File

@ -1,46 +0,0 @@
<?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 Tronçon</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>

View File

@ -0,0 +1,11 @@
/* XPM */
static char * opened_xpm[] = {
"7 6 2 1",
" c None",
". c #000000",
".......",
" ..... ",
" ... ",
" . ",
" ",
" "};