[dw-nonfree] add option to change sticky entry text to all layouts
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/5bb42e4bbd66]
http://bugs.dwscoalition.org/show_bug.cgi?id=1850
Add sticky entry pre-subject text property to Sunday Morning.
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1850
Add sticky entry pre-subject text property to Sunday Morning.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/sundaymorning/layout.s2
-------------------------------------------------------------------------------- diff -r 1f1c2a050888 -r 5bb42e4bbd66 bin/upgrading/s2layers/sundaymorning/layout.s2 --- a/bin/upgrading/s2layers/sundaymorning/layout.s2 Wed Sep 30 04:40:35 2009 +0000 +++ b/bin/upgrading/s2layers/sundaymorning/layout.s2 Thu Oct 01 17:23:43 2009 +0000 @@ -78,7 +78,9 @@ 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; property use text_module_customtext_url; --------------------------------------------------------------------------------