Re: [E-devel] [EGIT] [core/elementary] master 02/02: popup: Fix wrong since version in the doc.

2015-08-17 Thread Amitesh Singh
Hello Daniel,


On Mon, Aug 17, 2015 at 9:12 PM, Daniel Juyung Seo seojuyu...@gmail.com
wrote:

 seoz pushed a commit to branch master.


 http://git.enlightenment.org/core/elementary.git/commit/?id=5e64eb3854498e6e93d23862beb7281fd2acfc0d

 commit 5e64eb3854498e6e93d23862beb7281fd2acfc0d
 Author: Daniel Juyung Seo seojuyu...@gmail.com
 Date:   Tue Aug 18 00:32:09 2015 +0900

 popup: Fix wrong since version in the doc.
 ---
  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 38bea7e..67323e9 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.15
 +  @since 1.16
  ]]
   }
   get {
 @@ -130,7 +130,7 @@ class Elm.Popup (Elm.Layout,
 Elm_Interface_Atspi_Widget_Action)

Normally content area does not contain scroller.

 -  @since 1.15
 +  @since 1.16
  ]]
   }
   values {


It was intentional. It should have been 1.15.1 actually, since we are
planning to push
this in previous release.





--



--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/elementary] master 02/02: popup: Fix wrong since version in the doc.

2015-08-17 Thread Daniel Juyung Seo
All right. This is exceptional.
It should be 1.15.1 then. I will fix the version.

Please push it to 1.15.

Thanks,
Daniel

On Tue, Aug 18, 2015 at 1:05 AM, Amitesh Singh singh.amit...@gmail.com wrote:
 Hello Daniel,


 On Mon, Aug 17, 2015 at 9:12 PM, Daniel Juyung Seo seojuyu...@gmail.com
 wrote:

 seoz pushed a commit to branch master.


 http://git.enlightenment.org/core/elementary.git/commit/?id=5e64eb3854498e6e93d23862beb7281fd2acfc0d

 commit 5e64eb3854498e6e93d23862beb7281fd2acfc0d
 Author: Daniel Juyung Seo seojuyu...@gmail.com
 Date:   Tue Aug 18 00:32:09 2015 +0900

 popup: Fix wrong since version in the doc.
 ---
  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 38bea7e..67323e9 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.15
 +  @since 1.16
  ]]
   }
   get {
 @@ -130,7 +130,7 @@ class Elm.Popup (Elm.Layout,
 Elm_Interface_Atspi_Widget_Action)

Normally content area does not contain scroller.

 -  @since 1.15
 +  @since 1.16
  ]]
   }
   values {


 It was intentional. It should have been 1.15.1 actually, since we are
 planning to push
 this in previous release.





 --






-- 
Daniel Juyung Seo (SeoZ)

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/elementary] master 02/02: popup: Fix wrong since version in the doc.

2015-08-17 Thread Davide Andreoli
2015-08-17 18:05 GMT+02:00 Amitesh Singh singh.amit...@gmail.com:

 Hello Daniel,


 On Mon, Aug 17, 2015 at 9:12 PM, Daniel Juyung Seo seojuyu...@gmail.com
 wrote:

  seoz pushed a commit to branch master.
 
 
 
 http://git.enlightenment.org/core/elementary.git/commit/?id=5e64eb3854498e6e93d23862beb7281fd2acfc0d
 
  commit 5e64eb3854498e6e93d23862beb7281fd2acfc0d
  Author: Daniel Juyung Seo seojuyu...@gmail.com
  Date:   Tue Aug 18 00:32:09 2015 +0900
 
  popup: Fix wrong since version in the doc.
  ---
   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 38bea7e..67323e9 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.15
  +  @since 1.16
   ]]
}
get {
  @@ -130,7 +130,7 @@ class Elm.Popup (Elm.Layout,
  Elm_Interface_Atspi_Widget_Action)
 
 Normally content area does not contain scroller.
 
  -  @since 1.15
  +  @since 1.16
   ]]
}
values {
 

 It was intentional. It should have been 1.15.1 actually, since we are
 planning to push
 this in previous release.



hey ami, please don't forget to rename the item.data in the theme,
as we talked in chat



 

 --
 
 
 

 --
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/elementary] master 02/02: popup: Fix wrong since version in the doc.

2015-08-17 Thread Davide Andreoli
2015-08-17 17:42 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:

 seoz pushed a commit to branch master.


 http://git.enlightenment.org/core/elementary.git/commit/?id=5e64eb3854498e6e93d23862beb7281fd2acfc0d

 commit 5e64eb3854498e6e93d23862beb7281fd2acfc0d
 Author: Daniel Juyung Seo seojuyu...@gmail.com
 Date:   Tue Aug 18 00:32:09 2015 +0900

 popup: Fix wrong since version in the doc.


This addition will be backported, since have to be 1.15.1


 ---
  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 38bea7e..67323e9 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.15
 +  @since 1.16
  ]]
   }
   get {
 @@ -130,7 +130,7 @@ class Elm.Popup (Elm.Layout,
 Elm_Interface_Atspi_Widget_Action)

Normally content area does not contain scroller.

 -  @since 1.15
 +  @since 1.16
  ]]
   }
   values {

 --



--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel