diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-pub-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-pub-utils.c b/calendar/gui/e-pub-utils.c index 0a1a390694..456f695528 100644 --- a/calendar/gui/e-pub-utils.c +++ b/calendar/gui/e-pub-utils.c @@ -301,7 +301,7 @@ e_pub_publish (gboolean publish) { password = e_passwords_ask_password (_("Enter password"), "Calendar", (gchar *)uri->location, prompt, - E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET, + E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET|E_PASSWORDS_ONLINE, &remember, NULL); g_free (prompt); |