Bug 133386 fixes

This commit is contained in:
Jim Norman
2006-02-14 00:40:33 +00:00
parent 96b2637e43
commit 72c87b8e2e
4 changed files with 975 additions and 939 deletions

View File

@@ -52,11 +52,11 @@ namespace Novell.CASA.DataEngines
public GKEngine()
{
}
~GKEngine()
{
GnomeKeyring.ReleaseGnomeKeyringLib();
}
~GKEngine()
{
//GnomeKeyring.ReleaseGnomeKeyringLib();
}
public XmlNode Aggregate()
@@ -297,11 +297,11 @@ namespace Novell.CASA.DataEngines
{
try
{
System.Runtime.InteropServices.Marshal.PrelinkAll(typeof(GnomeKeyring));
if (GnomeKeyring.IsGnomeKeyringInstalled())
return true;
else
return false;
System.Runtime.InteropServices.Marshal.PrelinkAll(typeof(GnomeKeyring));
//if (GnomeKeyring.IsGnomeKeyringInstalled())
return true;
//else
// return false;
}
catch(DllNotFoundException d)
{