summaryrefslogtreecommitdiff
path: root/tests/testexpander.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testexpander.c')
-rw-r--r--tests/testexpander.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testexpander.c b/tests/testexpander.c
index 286e479009..6852b2975c 100644
--- a/tests/testexpander.c
+++ b/tests/testexpander.c
@@ -73,7 +73,6 @@ main (int argc, char *argv[])
gtk_container_add (GTK_CONTAINER (sw), tv);
gtk_container_add (GTK_CONTAINER (expander), sw);
gtk_box_pack_end (GTK_BOX (area), expander, TRUE, TRUE);
- gtk_widget_show_all (expander);
g_signal_connect (expander, "notify::expanded",
G_CALLBACK (expander_cb), dialog);