From 37d15e396ad848f52fd0bdd2885bb14890ae4f3b Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 10 Sep 2007 17:07:27 +0000 Subject: fix chen's string freeze break. 2007-09-10 Andre Klapper * publish-calendar.c: (publish): fix chen's string freeze break. svn path=/trunk/; revision=34222 --- plugins/publish-calendar/ChangeLog | 7 ++++++- plugins/publish-calendar/publish-calendar.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'plugins/publish-calendar') diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index 339d09049b..96d51ed770 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,8 @@ +2007-09-10 Andre Klapper + + * publish-calendar.c: (publish): + fix chen's string freeze break. + 2007-09-10 Chenthill Palanisamy Fixes #274047 (bnc) @@ -14,7 +19,7 @@ 2007-09-10 Chenthill Palanisamy - Fixes #274048 + Fixes #274048 (bnc) * publish-calendar.c: (publish): Prompt for a password if required. diff --git a/plugins/publish-calendar/publish-calendar.c b/plugins/publish-calendar/publish-calendar.c index 92d254d5ca..5d11e7c86f 100644 --- a/plugins/publish-calendar/publish-calendar.c +++ b/plugins/publish-calendar/publish-calendar.c @@ -88,7 +88,7 @@ publish (EPublishUri *uri) if (!password && req_pass) { gboolean remember; - char *prompt = g_strdup_printf (_("Enter the password for %s"), uri->location); + char *prompt = g_strdup_printf (_("Enter the password for `%s'"), uri->location); password = e_passwords_ask_password (_("Enter password"), "", uri->location, prompt, E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET|E_PASSWORDS_ONLINE, -- cgit v1.2.3