Bug 133386 fixes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user