summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-26 05:09:46 +0200
committerBenjamin Otte <otte@redhat.com>2018-03-26 18:16:36 +0200
commit5415d053593527620c885c2f5c963267f9dba577 (patch)
tree838df99ced347cc6b4b090b79c24f7e66d30db13 /tests
parent60719bb67c131aeb33ae0a0f49427d360abf535d (diff)
downloadgtk+-5415d053593527620c885c2f5c963267f9dba577.tar.gz
tests: Remove references to long-deleted property
Diffstat (limited to 'tests')
-rw-r--r--tests/testiconview.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/testiconview.c b/tests/testiconview.c
index 693e0a557d..7d52899301 100644
--- a/tests/testiconview.c
+++ b/tests/testiconview.c
@@ -485,9 +485,6 @@ main (gint argc, gchar **argv)
cell = gtk_cell_renderer_pixbuf_new ();
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (icon_list), cell, FALSE);
- g_object_set (cell,
- "follow-state", TRUE,
- NULL);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (icon_list),
cell, "pixbuf", 0, NULL);
@@ -513,9 +510,6 @@ main (gint argc, gchar **argv)
cell = gtk_cell_renderer_pixbuf_new ();
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (tvc), cell, FALSE);
- g_object_set (cell,
- "follow-state", TRUE,
- NULL);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (tvc),
cell, "pixbuf", 0, NULL);