[dw-nonfree] deal with "Use community userpics instead of poster's userpic"
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/e2b76fc5b479]
http://bugs.dwscoalition.org/show_bug.cgi?id=1883
Expose the option to use the community's icon on your readpage, instead of
the entry poster's icon.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1883
Expose the option to use the community's icon on your readpage, instead of
the entry poster's icon.
Patch by
Files modified:
- bin/upgrading/s2layers/sundaymorning/layout.s2
- bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 59fec06c0a08 -r e2b76fc5b479 bin/upgrading/s2layers/sundaymorning/layout.s2
--- a/bin/upgrading/s2layers/sundaymorning/layout.s2 Sun May 02 00:20:22 2010 +0000
+++ b/bin/upgrading/s2layers/sundaymorning/layout.s2 Mon May 10 05:56:07 2010 +0000
@@ -22,6 +22,7 @@ propgroup presentation {
property use tags_page_type;
property use userpics_position;
property use use_custom_friend_colors;
+ property use use_shared_pic;
}
set layout_type = "two-columns-right";
diff -r 59fec06c0a08 -r e2b76fc5b479 bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2 Sun May 02 00:20:22 2010 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Mon May 10 05:56:07 2010 +0000
@@ -31,6 +31,7 @@ propgroup presentation {
property use tags_page_type;
property use userpics_position;
property use use_custom_friend_colors;
+ property use use_shared_pic;
}
set layout_type = "two-columns-right";
--------------------------------------------------------------------------------
