X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FSliderValueChangedSignal.cs;h=9f7691d689f819cf61709fd5fb5287ed8726c00e;hp=412f17eb95046218e3d690280459df97cbfbc5f4;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=82e6a46b87c64df1be36cf414f6e94f9d17d52ff diff --git a/plugins/dali-sharp/sharp/internal/SliderValueChangedSignal.cs b/plugins/dali-sharp/sharp/internal/SliderValueChangedSignal.cs index 412f17e..9f7691d 100644 --- a/plugins/dali-sharp/sharp/internal/SliderValueChangedSignal.cs +++ b/plugins/dali-sharp/sharp/internal/SliderValueChangedSignal.cs @@ -10,7 +10,7 @@ namespace Dali { -public class SliderValueChangedSignal : global::System.IDisposable { +internal class SliderValueChangedSignal : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; protected bool swigCMemOwn; @@ -28,7 +28,7 @@ public class SliderValueChangedSignal : global::System.IDisposable { } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; }