From 5f8bccacdedf8f972a9eb6f603cfe84bf3cbd557 Mon Sep 17 00:00:00 2001 From: jcid Date: Wed, 1 Oct 2008 22:39:06 +0200 Subject: - iconset patch fix. --- src/ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui.cc b/src/ui.cc index 7b6114fd..bc5dc36e 100644 --- a/src/ui.cc +++ b/src/ui.cc @@ -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 = { -- cgit v1.2.3