bug 174093. Set the name of our process to CASAManager so that
gnome-keyring knows who we are.
This commit is contained in:
parent
b9dfc3e01b
commit
ccd47dd2dc
@ -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
|
Thu May 07 18:16:25 MST 2006 - jnorman@novell.com
|
||||||
- Bug 169353. Prompt user for Desktop Password when Master Password
|
- Bug 169353. Prompt user for Desktop Password when Master Password
|
||||||
|
@ -549,7 +549,8 @@ int
|
|||||||
LoadGnomeKeyringLibrary()
|
LoadGnomeKeyringLibrary()
|
||||||
{
|
{
|
||||||
if (!gnomeIDK)
|
if (!gnomeIDK)
|
||||||
{
|
{
|
||||||
|
g_set_application_name("CASAManager");
|
||||||
if ((gnomeIDK = dlopen(GNOME_KEYRING_NDK, RTLD_LAZY)) == NULL)
|
if ((gnomeIDK = dlopen(GNOME_KEYRING_NDK, RTLD_LAZY)) == NULL)
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user