2007-12-14  Tobias Mueller  <tobiasmue@svn.gnome.org>
        Patch by <nickspoon0@gmail.com>

        ** Fixes bug 502188

        * publish-calendar.c: initialize "remember" variable to
        FALSE.


svn path=/trunk/; revision=34697
This commit is contained in:
Tobias Mueller
2007-12-14 09:05:10 +00:00
committed by Tobias Mueller
parent 61f5cfcbaf
commit 1ef77c8fc4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2007-12-14 Tobias Mueller <tobiasmue@svn.gnome.org>
Patch by <nickspoon0@gmail.com>
** Fixes bug 502188
* publish-calendar.c: initialize "remember" variable to
FALSE.
2007-09-27 Pedro Villavicencio Garrido <pvillavi@gnome.org>
* url-editor-dialog.c: (url_editor_dialog_construct):

View File

@ -87,7 +87,7 @@ publish (EPublishUri *uri)
!strcmp (username, "anonymous"))) ? TRUE:FALSE;
if (!password && req_pass) {
gboolean remember;
gboolean remember = FALSE;
char *prompt = g_strdup_printf (_("Enter the password for `%s'"), uri->location);
password = e_passwords_ask_password (_("Enter password"), "", uri->location, prompt,