From fe8221e7f3201cde643a7ce0a58c4483ebe3760a Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 30 Mar 2005 08:54:26 +0000 Subject: [PATCH] fix msn iconset (still missing chat error invisible message not_in_the_roster requested xa icons) --- plugins/gtkgui/icons/msn/closed.xpm | 13 +++++++ plugins/gtkgui/icons/msn/connecting.png | Bin 0 -> 387 bytes plugins/gtkgui/icons/msn/icondef.xml | 46 ------------------------ plugins/gtkgui/icons/msn/opened.xpm | 11 ++++++ 4 files changed, 24 insertions(+), 46 deletions(-) create mode 100644 plugins/gtkgui/icons/msn/closed.xpm create mode 100644 plugins/gtkgui/icons/msn/connecting.png delete mode 100644 plugins/gtkgui/icons/msn/icondef.xml create mode 100644 plugins/gtkgui/icons/msn/opened.xpm diff --git a/plugins/gtkgui/icons/msn/closed.xpm b/plugins/gtkgui/icons/msn/closed.xpm new file mode 100644 index 000000000..0ae3c97ea --- /dev/null +++ b/plugins/gtkgui/icons/msn/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/msn/connecting.png b/plugins/gtkgui/icons/msn/connecting.png new file mode 100644 index 0000000000000000000000000000000000000000..fff3fc906961270d6083585e2eead85478f96c58 GIT binary patch literal 387 zcmV-}0et?6P)Nklh;egZcKaS0rBF$??xcXM$H+;nLR0;ju$C`}FOkc$mQ6a)o#s0I<5BHE(C z@9@O$h4&(OmE-Vm4(FWbciw+FNx5BmZnrhAAM3na)}R$B>&;&C=WwXkPRAfe`MiOG z0FP0m--mnsC5hfHFLc{zD6Ui#6$;^ipZQ#0lZldUSBqvdO(h6$Rjpd+2$+lWV8B_i zXulFZ5uo4*5cwiZ0JF?{0my%*fc?{x!vM=T*7s~CR$59*S&%K`$J4@EhnZG7fO?Qp zuT;`b!28|QdXI^fRyu%UQioBkX3=B8m9`UoMvI+2MBprr~y_sKbuG5i4z$hZ&Zvwmy{LVS^VE_&g#UVs~LPWzO h?l5xi1I9UT{{h08tcJwAHDCY$002ovPDHLkV1k&|rI`Q# literal 0 HcmV?d00001 diff --git a/plugins/gtkgui/icons/msn/icondef.xml b/plugins/gtkgui/icons/msn/icondef.xml deleted file mode 100644 index e6197550a..000000000 --- a/plugins/gtkgui/icons/msn/icondef.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - MSN6 - 1.0 - MSN6 Original Iconset - 2003-10-16 - Remko Tronçon - - - - - status/online - online.png - - - - status/offline - offline.png - - - - status/away - away.png - - - - status/xa - away.png - - - - status/dnd - dnd.png - - - - status/invisible - offline.png - - - - status/chat - online.png - - diff --git a/plugins/gtkgui/icons/msn/opened.xpm b/plugins/gtkgui/icons/msn/opened.xpm new file mode 100644 index 000000000..44e9298f6 --- /dev/null +++ b/plugins/gtkgui/icons/msn/opened.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * opened_xpm[] = { +"7 6 2 1", +" c None", +". c #000000", +".......", +" ..... ", +" ... ", +" . ", +" ", +" "};