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