summaryrefslogtreecommitdiff
path: root/gtk/testgtkrc
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-21 22:38:59 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-21 22:38:59 +0000
commit619ca57c5a58f7ec143c61880daa6ea33144df91 (patch)
tree22f56f0a157fdb0d3ccc28f5f9155c76f9e14357 /gtk/testgtkrc
parent16561707f86dad929b64d5f25c0dd58f870eddad (diff)
downloadgdk-pixbuf-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 'gtk/testgtkrc')
-rw-r--r--gtk/testgtkrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/testgtkrc b/gtk/testgtkrc
index f379c07d6..88514fc39 100644
--- a/gtk/testgtkrc
+++ b/gtk/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"