diff options
Diffstat (limited to 'tests/overlayscroll.c')
-rw-r--r-- | tests/overlayscroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/overlayscroll.c b/tests/overlayscroll.c index 92db4c4d78..64f3279351 100644 --- a/tests/overlayscroll.c +++ b/tests/overlayscroll.c @@ -65,7 +65,7 @@ main (int argc, char *argv[]) GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); - gtk_box_pack_start (GTK_BOX (box), sw); + gtk_container_add (GTK_CONTAINER (box), sw); content = get_content (); |