diff --git a/plugins/gtkgui/icons/icq/closed.xpm b/plugins/gtkgui/icons/icq/closed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..0ae3c97ea7022d075befd8a22ccb971ab5437401 --- /dev/null +++ b/plugins/gtkgui/icons/icq/closed.xpm @@ -0,0 +1,13 @@ +/* XPM */ +static char * closed_xpm[] = { +"6 8 2 1", +" c None", +". c #000000", +". ", +".. ", +"... ", +".... ", +"... ", +".. ", +". ", +" "}; diff --git a/plugins/gtkgui/icons/icq/connecting.png b/plugins/gtkgui/icons/icq/connecting.png new file mode 100644 index 0000000000000000000000000000000000000000..00d5404bda127ccf2956002da1a2b332308ef1a7 Binary files /dev/null and b/plugins/gtkgui/icons/icq/connecting.png differ diff --git a/plugins/gtkgui/icons/icq/icondef.xml b/plugins/gtkgui/icons/icq/icondef.xml deleted file mode 100644 index 8d50ff6cb37647562a25d23491a386a1dd901b20..0000000000000000000000000000000000000000 --- a/plugins/gtkgui/icons/icq/icondef.xml +++ /dev/null @@ -1,48 +0,0 @@ -<?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> diff --git a/plugins/gtkgui/icons/icq/opened.xpm b/plugins/gtkgui/icons/icq/opened.xpm new file mode 100644 index 0000000000000000000000000000000000000000..44e9298f638a747143e2751fd97bc17971ffbe05 --- /dev/null +++ b/plugins/gtkgui/icons/icq/opened.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * opened_xpm[] = { +"7 6 2 1", +" c None", +". c #000000", +".......", +" ..... ", +" ... ", +" . ", +" ", +" "};