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

[PATCH] Set application name once in gnome keyring

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Thu, 29 May 2008 18:21:51 +0530

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
]]]

-- 
Senthil Kumaran S
http://www.stylesen.org/


---------------------------------------------------------------------
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 14:52:50 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.