diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:20:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:20:14 +0300 |
commit | 49549db4517dd7f1ec1d66626578296f5524517b (patch) | |
tree | 8914d1194881537d5dabaf19cd253fe9969a87fa /data/graphics/gui/Makefile.am | |
parent | c5151e4f593a688d2af71169c44b688f6e67c999 (diff) | |
download | plus-49549db4517dd7f1ec1d66626578296f5524517b.tar.gz plus-49549db4517dd7f1ec1d66626578296f5524517b.tar.bz2 plus-49549db4517dd7f1ec1d66626578296f5524517b.tar.xz plus-49549db4517dd7f1ec1d66626578296f5524517b.zip |
Change avatar list box theming.
Diffstat (limited to 'data/graphics/gui/Makefile.am')
-rw-r--r-- | data/graphics/gui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 1567f2752..7cd231eae 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -9,8 +9,8 @@ gui_DATA = \ button_pressed.xml \ buttonplay.png \ checkbox.png \ - circle-gray.png \ - circle-green.png \ + circle-off.xml \ + circle-on.xml \ colors.xml \ dropdown.xml \ dropdown_background.xml \ |