diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-21 22:38:59 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-21 22:38:59 +0000 |
commit | 619ca57c5a58f7ec143c61880daa6ea33144df91 (patch) | |
tree | 22f56f0a157fdb0d3ccc28f5f9155c76f9e14357 /tests | |
parent | 16561707f86dad929b64d5f25c0dd58f870eddad (diff) | |
download | gtk+-619ca57c5a58f7ec143c61880daa6ea33144df91.tar.gz |
Removed check-y/check-n backgrounds - the effect looked like a bug.
Sun Feb 21 17:44:52 1999 Owen Taylor <otaylor@redhat.com>
* gtk/testgtkrc: Removed check-y/check-n backgrounds -
the effect looked like a bug.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgtkrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index f379c07d62..88514fc392 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -52,8 +52,8 @@ style "toggle_button" = "button" { fg[NORMAL] = { 1.0, 0, 0 } fg[ACTIVE] = { 1.0, 0, 0 } - bg_pixmap[ACTIVE] = "check-y.xpm" - bg_pixmap[NORMAL] = "check-n.xpm" +# bg_pixmap[ACTIVE] = "check-y.xpm" +# bg_pixmap[NORMAL] = "check-n.xpm" } style "text" |