diff options
author | 9 <alla@lysator.liu.se> | 2001-02-19 13:58:35 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-02-19 13:58:35 +0000 |
commit | 1f6effe99bd65746e8b4b65c9ddc008ea0b21197 (patch) | |
tree | a5273725bc22d1a4f075c0e78cbc1147b1875b28 /tests/testgtkrc | |
parent | 4821d873030fa975a7377ba728c34410a8e6797f (diff) | |
download | gtk+-1f6effe99bd65746e8b4b65c9ddc008ea0b21197.tar.gz |
Comment out property assignments, these don't work yet.
2001-02-19 <alla@lysator.liu.se>
* gtk/testgtkrc:
Comment out property assignments, these don't work yet.
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 784fc9a210..30fb41d861 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -22,8 +22,8 @@ include "testgtkrc2" # On Windows, if you have installed gtk-engines, try this for instance: #include "\\windows\\gtk\\themes\\Pixmap\\gtk\\gtkrc" -foo_number = 5 -mouse_timeout = -7 +#foo_number = 5 +#mouse_timeout = -7 pixmap_path "." |