Patch by <nickspoon0@gmail.com>
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:
committed by
Tobias Mueller
parent
61f5cfcbaf
commit
1ef77c8fc4
@ -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):
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user