From eb339bc8e581a44a87f041c97a42c4bb8c103fa9 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 18 Aug 2015 01:22:14 +0900 Subject: [PATCH] popup: Exceptionally set since as 1.15.1 This is exceptionall case. This was not pushed to 1.15 but has to be pushed to 1.15.1 due to a significant popup bug. --- src/lib/elm_popup.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_popup.eo b/src/lib/elm_popup.eo index 67323e9..b80f8f8 100644 --- a/src/lib/elm_popup.eo +++ b/src/lib/elm_popup.eo @@ -122,7 +122,7 @@ class Elm.Popup (Elm.Layout, Elm_Interface_Atspi_Widget_Action) Normally content area does not contain scroller. - @since 1.16 + @since 1.15.1 ]] } get { @@ -130,7 +130,7 @@ class Elm.Popup (Elm.Layout, Elm_Interface_Atspi_Widget_Action) Normally content area does not contain scroller. - @since 1.16 + @since 1.15.1 ]] } values { -- 2.7.4