diff options
author | jcid <devnull@localhost> | 2008-10-01 22:39:06 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-01 22:39:06 +0200 |
commit | 5f8bccacdedf8f972a9eb6f603cfe84bf3cbd557 (patch) | |
tree | ffa08363fae7e3a00c968e17d4b8d14f15e114f9 | |
parent | e5a4120b0cfd0987fa7e5bf5adc6775ff3a62e7a (diff) |
- iconset patch fix.
-rw-r--r-- | src/ui.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,8 +56,8 @@ static struct iconset standard_icons = { *new xpmImage(right_i_xpm)), new MultiImage(*new xpmImage(stop_xpm), INACTIVE_R, *new xpmImage(stop_i_xpm)), - new MultiImage(*new xpmImage(imgload_on_xpm), INACTIVE_R, - *new xpmImage(imgload_off_xpm)) + new MultiImage(*new xpmImage(imgload_off_xpm), STATE, + *new xpmImage(imgload_on_xpm)) }; static struct iconset small_icons = { |