fix icq iconstyle (still missiong invisible message not_in_the_roster and requested icons)
This commit is contained in:
parent
316f7b9a04
commit
6b84d9a728
4 changed files with 24 additions and 48 deletions
13
plugins/gtkgui/icons/icq/closed.xpm
Normal file
13
plugins/gtkgui/icons/icq/closed.xpm
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* XPM */
|
||||
static char * closed_xpm[] = {
|
||||
"6 8 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
". ",
|
||||
".. ",
|
||||
"... ",
|
||||
".... ",
|
||||
"... ",
|
||||
".. ",
|
||||
". ",
|
||||
" "};
|
BIN
plugins/gtkgui/icons/icq/connecting.png
Normal file
BIN
plugins/gtkgui/icons/icq/connecting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 B |
|
@ -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>
|
11
plugins/gtkgui/icons/icq/opened.xpm
Normal file
11
plugins/gtkgui/icons/icq/opened.xpm
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* XPM */
|
||||
static char * opened_xpm[] = {
|
||||
"7 6 2 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
".......",
|
||||
" ..... ",
|
||||
" ... ",
|
||||
" . ",
|
||||
" ",
|
||||
" "};
|
Loading…
Add table
Reference in a new issue