[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r38410 - trunk/subversion/libsvn_auth_gnome_keyring

From: Gavin Baumanis <gavinb_at_thespidernet.com>
Date: Sat, 11 Jul 2009 15:23:08 +1000

Just out of curiosity,

Am I wrong is the new text in this patch, the same as the deletions?

Gavin.

On 11/07/2009, at 1:46 PM, Arfrever Frehtes Taifersar Arahesis wrote:

> Author: arfrever
> Date: Fri Jul 10 20:46:13 2009
> New Revision: 38410
>
> Log:
> * subversion/libsvn_auth_gnome_keyring/gnome_keyring.c
> (simple_gnome_keyring_first_creds, simple_gnome_keyring_save_creds,
> ssl_client_cert_pw_gnome_keyring_first_creds,
> ssl_client_cert_pw_gnome_keyring_save_creds): Fix some messages.
>
> Modified:
> trunk/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c
>
> Modified: trunk/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c?pathrev=38410&r1=38409&r2=38410
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c Fri
> Jul 10 14:41:48 2009 (r38409)
> +++ trunk/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c Fri
> Jul 10 20:46:13 2009 (r38410)
> @@ -411,7 +411,7 @@ simple_gnome_keyring_first_creds(void **
> {
> return svn_error_create(SVN_ERR_AUTHN_CREDS_UNAVAILABLE, NULL,
> _("GNOME Keyring is locked and "
> - " we are non-interactive"));
> + "we are non-interactive"));
> }
> else
> {
> @@ -470,7 +470,7 @@ simple_gnome_keyring_save_creds(svn_bool
> {
> return svn_error_create(SVN_ERR_AUTHN_CREDS_NOT_SAVED, NULL,
> _("GNOME Keyring is locked and "
> - " we are non-interactive"));
> + "we are non-interactive"));
> }
> else
> {
> @@ -566,7 +566,7 @@ ssl_client_cert_pw_gnome_keyring_first_c
> {
> return svn_error_create(SVN_ERR_AUTHN_CREDS_UNAVAILABLE, NULL,
> _("GNOME Keyring is locked and "
> - " we are non-interactive"));
> + "we are non-interactive"));
> }
> else
> {
> @@ -626,7 +626,7 @@ ssl_client_cert_pw_gnome_keyring_save_cr
> {
> return svn_error_create(SVN_ERR_AUTHN_CREDS_UNAVAILABLE, NULL,
> _("GNOME Keyring is locked and "
> - " we are non-interactive"));
> + "we are non-interactive"));
> }
> else
> {
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2370607

Gavin Baumanis
P: +61 438 545 586
E: gavinb_at_thespidernet.com

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2370613
Received on 2009-07-11 07:23:38 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.