X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FPropertyNotification.cs;h=433390336fa9609177495e535b1a769c346ee499;hp=14b25e828da51f55f584980fbd1ae117329123e5;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=b39bc6a329f67a7ec5b4a872544ca05b7ac1fa5f diff --git a/plugins/dali-sharp/sharp/internal/PropertyNotification.cs b/plugins/dali-sharp/sharp/internal/PropertyNotification.cs index 14b25e8..4333903 100644 --- a/plugins/dali-sharp/sharp/internal/PropertyNotification.cs +++ b/plugins/dali-sharp/sharp/internal/PropertyNotification.cs @@ -14,7 +14,7 @@ using System; using System.Runtime.InteropServices; -public class PropertyNotification : BaseHandle { +internal class PropertyNotification : BaseHandle { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal PropertyNotification(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.PropertyNotification_SWIGUpcast(cPtr), cMemoryOwn) { @@ -30,7 +30,7 @@ public class PropertyNotification : BaseHandle { } public override void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }