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 000000000..fff3fc906 Binary files /dev/null and b/plugins/gtkgui/icons/msn/connecting.png differ 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", +".......", +" ..... ", +" ... ", +" . ", +" ", +" "};