summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-04-02 19:09:56 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-04-02 19:09:56 +0000
commit096fdfb79706a5caa5cd7610401808325aee8c31 (patch)
treed021711d6e0322251b9d3baf20868255def9a6bf /tests
parentc944151a3cecd2ab199d1645e22d74fe9a66df0a (diff)
downloadgdk-pixbuf-096fdfb79706a5caa5cd7610401808325aee8c31.tar.gz
Reference param spec when caching property values, since we unref it later
Mon Apr 2 15:06:13 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference param spec when caching property values, since we unref it later when we free the style. * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
Diffstat (limited to 'tests')
-rw-r--r--tests/testgtkrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc
index 19ec7fa73..4abd0853d 100644
--- a/tests/testgtkrc
+++ b/tests/testgtkrc
@@ -32,7 +32,6 @@ style "global-style-properties"
{
# xthickness = 20
GtkSpinButton::shadow_type = etched-out
- GtkOptionMenu::indicator_spacing = { 10, 10, 10, 10 }
}
class "GtkWidget" style "global-style-properties"