summaryrefslogtreecommitdiff
path: root/tests/testflowbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testflowbox.c')
-rw-r--r--tests/testflowbox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testflowbox.c b/tests/testflowbox.c
index 156a933d00..070eea37e4 100644
--- a/tests/testflowbox.c
+++ b/tests/testflowbox.c
@@ -104,8 +104,6 @@ populate_flowbox_focus (GtkFlowBox *flowbox)
if (i % 5 == 0)
gtk_container_add (GTK_CONTAINER (box), gtk_switch_new ());
- gtk_widget_show_all (frame);
-
gtk_container_add (GTK_CONTAINER (flowbox), frame);
if (!sensitive)
gtk_widget_set_sensitive (gtk_widget_get_parent (frame), FALSE);
@@ -185,7 +183,6 @@ populate_flowbox_images (GtkFlowBox *flowbox)
gtk_container_add (GTK_CONTAINER (widget), image);
gtk_container_add (GTK_CONTAINER (widget), label);
- gtk_widget_show_all (widget);
if (text_orientation == GTK_ORIENTATION_VERTICAL)
gtk_label_set_angle (GTK_LABEL (widget), 90);