fix gossip iconstyle (still missing error invisible not_in_the_roster requested icons)
This commit is contained in:
parent
5508f73513
commit
73bc4a083b
6 changed files with 24 additions and 0 deletions
BIN
plugins/gtkgui/icons/gossip/chat.png
Normal file
BIN
plugins/gtkgui/icons/gossip/chat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 741 B |
13
plugins/gtkgui/icons/gossip/closed.xpm
Normal file
13
plugins/gtkgui/icons/gossip/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/gossip/connecting.png
Normal file
BIN
plugins/gtkgui/icons/gossip/connecting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 741 B |
Before Width: | Height: | Size: 888 B After Width: | Height: | Size: 888 B |
Binary file not shown.
Before Width: | Height: | Size: 980 B |
11
plugins/gtkgui/icons/gossip/opened.xpm
Normal file
11
plugins/gtkgui/icons/gossip/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