X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FObjectDestroyedSignal.cs;h=cde97389db15de6b75ed756f71a488d24fae09a1;hp=8238903d3ec655406388fbbab539120a5d0b6ad3;hb=7cca1061ed3db08d2e7f511a8f6ef707e688703d;hpb=6fa08daf440e496896babb230e404aae7e77a5bb diff --git a/plugins/dali-sharp/sharp/internal/ObjectDestroyedSignal.cs b/plugins/dali-sharp/sharp/internal/ObjectDestroyedSignal.cs index 8238903..cde9738 100644 --- a/plugins/dali-sharp/sharp/internal/ObjectDestroyedSignal.cs +++ b/plugins/dali-sharp/sharp/internal/ObjectDestroyedSignal.cs @@ -10,7 +10,7 @@ namespace Dali { -public class ObjectDestroyedSignal : global::System.IDisposable { +internal class ObjectDestroyedSignal : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; protected bool swigCMemOwn; @@ -28,7 +28,7 @@ public class ObjectDestroyedSignal : global::System.IDisposable { } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }