--- Gtk2-GoBoard/GoBoard.pm 2008/06/25 04:41:10 1.5 +++ Gtk2-GoBoard/GoBoard.pm 2008/06/25 07:07:34 1.6 @@ -547,7 +547,7 @@ $img->composite ( $base, 0, 0, $size, $size, 0, 0, $size / $img->get_width, $size / $img->get_height, - 'bilinear', 176 + 'bilinear', $dark_bg ? 176 : 190 ); } }