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

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 11 168:33:25 MST 2006 - jnorman@novell.com
- Bug 174093. Set our process name to CASAManager so gnome-keyring
knows who we are.
-------------------------------------------------------------------
Thu May 07 18:16:25 MST 2006 - jnorman@novell.com
- Bug 169353. Prompt user for Desktop Password when Master Password

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;
}