Senthil Kumaran S wrote:
> Hi,
>
> This patch sets the application name ie., "Subversion" in the gnome
> keyring only once when the default keyring is created.
>
> This will prevent some warnings as given below:
>
> <snip>
> GLib-WARNING **: g_set_application() name called multiple times
> </snip>
>
> The main motivation for writing this patch is, when we have a
> subversion configured with '--with-gnome-keyring', all the svnsync
> tests fail, due to the above problem. This patch will overcome it.
>
> [[[
> Set application name only once in gnome keyring.
>
> * subversion/libsvn_auth_gnome_keyring/gnome_keyring.c
> (gnome_keyring_init): Check whether we have the application name
> already set.
>
> Patch by: stylesen
> ]]]
This looks like a local fix to a non-local problem. Why is svnsync
calling gnome_keyring_init multiple times?
Lieven
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-29 18:35:29 CEST