diff options
Diffstat (limited to 'tests/testgtkrc')
-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" |