From 62173ea1f0912002016aff25224517f87e33bd7c Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 30 Aug 2004 04:32:49 +0000 Subject: constify the strings to remove a warning. 2004-08-27 Not Zed * common/authentication.c (auth_func_cb): constify the strings to remove a warning. ** See bug #64856 (workaround). * common/authentication.c (auth_func_cb): * gui/e-pub-utils.c(e_pub_publish): add ONLINE flag to password request. svn path=/trunk/; revision=27077 --- calendar/gui/e-pub-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') 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); -- cgit v1.2.3