summaryrefslogtreecommitdiff
path: root/tests/testselectionmode.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testselectionmode.c')
-rw-r--r--tests/testselectionmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testselectionmode.c b/tests/testselectionmode.c
index 6cea2b1052..dfb8c4da04 100644
--- a/tests/testselectionmode.c
+++ b/tests/testselectionmode.c
@@ -179,7 +179,7 @@ main (int argc, char *argv[])
GSimpleActionGroup *group;
GSimpleAction *action;
- gtk_init (NULL, NULL);
+ gtk_init ();
builder = gtk_builder_new_from_file ("selectionmode.ui");
window = GTK_WIDGET (gtk_builder_get_object (builder, "window"));