[dw-free] add option to change sticky entry text to all layouts
[commit: http://hg.dwscoalition.org/dw-free/rev/e39e8d9b5d68]
http://bugs.dwscoalition.org/show_bug.cgi?id=1850
Add sticky entry pre-subject text property to Bases, Blanket, Drifting.
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1850
Add sticky entry pre-subject text property to Bases, Blanket, Drifting.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/bases/layout.s2
- bin/upgrading/s2layers/blanket/layout.s2
- bin/upgrading/s2layers/drifting/layout.s2
-------------------------------------------------------------------------------- diff -r 83ed7fefd9d5 -r e39e8d9b5d68 bin/upgrading/s2layers/bases/layout.s2 --- a/bin/upgrading/s2layers/bases/layout.s2 Fri Sep 25 21:46:52 2009 -0500 +++ b/bin/upgrading/s2layers/bases/layout.s2 Tue Sep 29 18:05:38 2009 +0000 @@ -168,6 +168,7 @@ propgroup text { property use text_watch_comments; property use text_unwatch_comments; property use text_permalink; + property use text_stickyentry_subject; property use text_module_customtext; property use text_module_customtext_content; diff -r 83ed7fefd9d5 -r e39e8d9b5d68 bin/upgrading/s2layers/blanket/layout.s2 --- a/bin/upgrading/s2layers/blanket/layout.s2 Fri Sep 25 21:46:52 2009 -0500 +++ b/bin/upgrading/s2layers/blanket/layout.s2 Tue Sep 29 18:05:38 2009 +0000 @@ -138,6 +138,7 @@ propgroup text { property use text_watch_comments; property use text_unwatch_comments; property use text_permalink; + property use text_stickyentry_subject; property use text_module_customtext; property use text_module_customtext_content; diff -r 83ed7fefd9d5 -r e39e8d9b5d68 bin/upgrading/s2layers/drifting/layout.s2 --- a/bin/upgrading/s2layers/drifting/layout.s2 Fri Sep 25 21:46:52 2009 -0500 +++ b/bin/upgrading/s2layers/drifting/layout.s2 Tue Sep 29 18:05:38 2009 +0000 @@ -100,6 +100,7 @@ propgroup text property use text_read_comments; property use text_post_comment_friends; property use text_read_comments_friends; + property use text_stickyentry_subject; property string text_navigation_header { --------------------------------------------------------------------------------