seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=eb339bc8e581a44a87f041c97a42c4bb8c103fa9
commit eb339bc8e581a44a87f041c97a42c4bb8c103fa9 Author: Daniel Juyung Seo <[email protected]> Date: Tue Aug 18 01:22:14 2015 +0900 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 { --
