From: Benjamin Otte Date: Mon, 26 Mar 2018 03:09:46 +0000 (+0200) Subject: tests: Remove references to long-deleted property X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~791 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5415d053593527620c885c2f5c963267f9dba577;p=gtk4.git tests: Remove references to long-deleted property --- 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); diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index 846a0ed52a..3d521378dc 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -525,8 +525,7 @@ test_type (gconstpointer data) continue; if (g_type_is_a (pspec->owner_type, GTK_TYPE_CELL_RENDERER_PIXBUF) && - (g_str_equal (pspec->name, "follow-state") || - g_str_equal (pspec->name, "stock-id") || + (g_str_equal (pspec->name, "stock-id") || g_str_equal (pspec->name, "stock-size"))) continue;