From 777f38e4913f7e2ed54d87cb3f4acb4dafab2d1d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 26 Sep 2015 10:53:32 +0100 Subject: [PATCH] Bring the gtkask.c test main() up to date. I changed the prototype of gtk_askpass_main() since I last tried to compile that standalone test program. --- unix/gtkask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/gtkask.c b/unix/gtkask.c index c247a925..74dc4d43 100644 --- a/unix/gtkask.c +++ b/unix/gtkask.c @@ -499,7 +499,7 @@ int main(int argc, char **argv) ret = dupprintf("usage: %s ", argv[0]); } else { srand(time(NULL)); - ret = gtk_askpass_main(argv[1], &success); + ret = gtk_askpass_main(NULL, "Enter passphrase", argv[1], &success); } if (!success) {