From 6faf671382518db3a81af23bd67a5f5b41ab3b2e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Dec 2012 16:53:41 -0500 Subject: e-passwords: Remove unused function parameters. --- modules/cal-config-google/e-google-chooser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/cal-config-google') diff --git a/modules/cal-config-google/e-google-chooser.c b/modules/cal-config-google/e-google-chooser.c index d03c5dce8f..b51976f048 100644 --- a/modules/cal-config-google/e-google-chooser.c +++ b/modules/cal-config-google/e-google-chooser.c @@ -507,11 +507,11 @@ e_google_chooser_populate (EGoogleChooser *chooser, prompt = g_strdup_printf ( _("Enter Google password for user '%s'."), user); - /* XXX The 'key' (3rd) argument doesn't matter since we're + /* XXX The 'key' (2nd) argument doesn't matter since we're * passing E_PASSWORDS_REMEMBER_NEVER, it just needs to * be non-NULL. This API is degenerating rapidly. */ password = e_passwords_ask_password ( - "", NULL, "bogus key", prompt, + "", "bogus key", prompt, E_PASSWORDS_REMEMBER_NEVER | E_PASSWORDS_DISABLE_REMEMBER | E_PASSWORDS_SECRET, NULL, parent); -- cgit v1.2.3