diff options
author | Timm Bäder <mail@baedert.org> | 2017-01-19 10:02:04 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-01-20 21:37:04 +0100 |
commit | ea897c6df44c37f573b7ed8e81ad87a9fd5b1009 (patch) | |
tree | 02726659b57530b21a5e1f8625ddd6f381bb8824 /tests/testexpander.c | |
parent | 13b001b77ca3907b4ff1246208755478421a7b32 (diff) | |
download | gtk+-ea897c6df44c37f573b7ed8e81ad87a9fd5b1009.tar.gz |
Remove gtk_widget_show_all
Diffstat (limited to 'tests/testexpander.c')
-rw-r--r-- | tests/testexpander.c | 1 |
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); |