summaryrefslogtreecommitdiff
path: root/tests/testaccel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testaccel.c')
-rw-r--r--tests/testaccel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testaccel.c b/tests/testaccel.c
index fedefd4781..9ff403507d 100644
--- a/tests/testaccel.c
+++ b/tests/testaccel.c
@@ -70,7 +70,7 @@ key_test (void)
window = gtk_window_new ();
gtk_window_set_default_size (GTK_WINDOW (window), 400, 400);
- sw = gtk_scrolled_window_new (NULL, NULL);
+ sw = gtk_scrolled_window_new ();
gtk_widget_set_vexpand (sw, TRUE);
box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 10);
gtk_window_set_child (GTK_WINDOW (window), box);