diff options
author | Christian Dywan <christian@twotoasts.de> | 2010-04-13 19:04:44 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:51:23 +0200 |
commit | 7ccd787f043df9944044bed1e7c0fa2418ee0d7c (patch) | |
tree | 0a297dccbf62711ee60f1724cc360091f0cceda3 | |
parent | 786b5774e3c3d46331efbe09c022a2cea0cbe3a6 (diff) | |
download | gdk-pixbuf-7ccd787f043df9944044bed1e7c0fa2418ee0d7c.tar.gz |
Don't set child-min-width/ height in the button box test
This is not a property. The feature was removed.
-rw-r--r-- | tests/testgtk.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c index cab560c12..bcc4b0b05 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -1209,10 +1209,6 @@ create_bbox (gint horizontal, gtk_button_box_set_layout (GTK_BUTTON_BOX (bbox), layout); gtk_box_set_spacing (GTK_BOX (bbox), spacing); - g_object_set (bbox, - "child-min-width", child_w, - "child-min-height", child_h, - NULL); button = gtk_button_new_with_label ("OK"); gtk_container_add (GTK_CONTAINER (bbox), button); |