summaryrefslogtreecommitdiff
path: root/tests/testbuttons.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testbuttons.c')
-rw-r--r--tests/testbuttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbuttons.c b/tests/testbuttons.c
index 7217311b00..6c58cb3b70 100644
--- a/tests/testbuttons.c
+++ b/tests/testbuttons.c
@@ -27,7 +27,7 @@ int main (int argc, char *argv[])
gboolean use_underline;
GtkWidget *label;
- gtk_init (&argc, &argv);
+ gtk_init ();
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);