From 6b84d9a72850777e79ad5c8cb4044edb96d51d96 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 30 Mar 2005 08:51:03 +0000 Subject: [PATCH] fix icq iconstyle (still missiong invisible message not_in_the_roster and requested icons) --- plugins/gtkgui/icons/icq/closed.xpm | 13 +++++++ plugins/gtkgui/icons/icq/connecting.png | Bin 0 -> 248 bytes plugins/gtkgui/icons/icq/icondef.xml | 48 ------------------------ plugins/gtkgui/icons/icq/opened.xpm | 11 ++++++ 4 files changed, 24 insertions(+), 48 deletions(-) create mode 100644 plugins/gtkgui/icons/icq/closed.xpm create mode 100644 plugins/gtkgui/icons/icq/connecting.png delete mode 100644 plugins/gtkgui/icons/icq/icondef.xml create mode 100644 plugins/gtkgui/icons/icq/opened.xpm diff --git a/plugins/gtkgui/icons/icq/closed.xpm b/plugins/gtkgui/icons/icq/closed.xpm new file mode 100644 index 000000000..0ae3c97ea --- /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 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;>1s;*b z3=G^tAk28_ZrvZCAbW|YuPggSP99DXvpri6E&vL#C3(BMF#HF>1$&oI28xt=x;Tbd zoSr+$o9lo9hs)moov|!BQ`)Xs7^{iinep-H{F&P-{!DM>=RZFo;DXAWlk+AEeDQT~ zx^5ViC%8I=^QBijd$7WhkLQ=RCTgTe~DWM4fju%?_ literal 0 HcmV?d00001 diff --git a/plugins/gtkgui/icons/icq/icondef.xml b/plugins/gtkgui/icons/icq/icondef.xml deleted file mode 100644 index 8d50ff6cb..000000000 --- a/plugins/gtkgui/icons/icq/icondef.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - ICQ - 1.1 - Default ICQ iconset - 2003-07-17 - http://www.aol.com - Michail Pishchagin (not the icons, just this icondef.xml) - Jacek Tomasiak (small modifications) - ICQ artists - - - - status/online - online.png - - - - status/chat - chat.png - - - - status/invisible - invisible.png - - - - status/offline - offline.png - - - - status/away - away.png - - - - status/xa - xa.png - - - - status/dnd - dnd.png - - diff --git a/plugins/gtkgui/icons/icq/opened.xpm b/plugins/gtkgui/icons/icq/opened.xpm new file mode 100644 index 000000000..44e9298f6 --- /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", +".......", +" ..... ", +" ... ", +" . ", +" ", +" "};