bug 174093. Set the name of our process to CASAManager so that
gnome-keyring knows who we are.
This commit is contained in:
@@ -549,7 +549,8 @@ int
|
||||
LoadGnomeKeyringLibrary()
|
||||
{
|
||||
if (!gnomeIDK)
|
||||
{
|
||||
{
|
||||
g_set_application_name("CASAManager");
|
||||
if ((gnomeIDK = dlopen(GNOME_KEYRING_NDK, RTLD_LAZY)) == NULL)
|
||||
return FAILURE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user