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

fix icq iconstyle (still missiong invisible message not_in_the_roster and requested icons)

parent 316f7b9a
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/icq/connecting.png

248 B

<?xml version='1.0' encoding='UTF-8'?>
<icondef>
<meta>
<name>ICQ</name>
<version>1.1</version>
<description>Default ICQ iconset</description>
<creation>2003-07-17</creation>
<home>http://www.aol.com</home>
<author jid='mblsha@jabber.ru' email='mblsha@users.sourceforge.net' www='http://maz.sf.net'>Michail Pishchagin (not the icons, just this icondef.xml)</author>
<author jid='skazi@sredni.one.pl' email='skazi@skazi.prv.pl' www='http://www.skazi.prv.pl'>Jacek Tomasiak (small modifications)</author>
<author>ICQ artists</author>
</meta>
<icon>
<x xmlns='name'>status/online</x>
<object mime='image/png'>online.png</object>
</icon>
<icon>
<x xmlns='name'>status/chat</x>
<object mime='image/png'>chat.png</object> <!-- FIXME -->
</icon>
<icon>
<x xmlns='name'>status/invisible</x>
<object mime='image/png'>invisible.png</object> <!-- FIXME -->
</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'>xa.png</object>
</icon>
<icon>
<x xmlns='name'>status/dnd</x>
<object mime='image/png'>dnd.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