summaryrefslogtreecommitdiff
path: root/tests/testgaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testgaction.c')
-rw-r--r--tests/testgaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgaction.c b/tests/testgaction.c
index c9ae96ed5d..c45e3c45e3 100644
--- a/tests/testgaction.c
+++ b/tests/testgaction.c
@@ -97,7 +97,7 @@ static const char *menu_data =
int main (int argc, char **argv)
{
- gtk_init (&argc, &argv);
+ gtk_init ();
GtkWidget *window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
GtkWidget *box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 12);
GtkWidget *menubutton = gtk_menu_button_new ();