bug 174093. Set the name of our process to CASAManager so that

gnome-keyring knows who we are.
This commit is contained in:
Jim Norman
2006-05-11 22:37:57 +00:00
parent b9dfc3e01b
commit ccd47dd2dc
2 changed files with 7 additions and 1 deletions

View File

@@ -549,7 +549,8 @@ int
LoadGnomeKeyringLibrary()
{
if (!gnomeIDK)
{
{
g_set_application_name("CASAManager");
if ((gnomeIDK = dlopen(GNOME_KEYRING_NDK, RTLD_LAZY)) == NULL)
return FAILURE;
}