afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-17 07:18 am

[dw-free] global_subtitle logic needs repair in Core

[commit: http://hg.dwscoalition.org/dw-free/rev/db130a259900]

http://bugs.dwscoalition.org/show_bug.cgi?id=1232

Back out http://hg.dwscoalition.org/dw-free/rev/6bbea26c812d Remove the
printing of the reading page title for now; being double-printed

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 184bda4c9784 -r db130a259900 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Sun May 17 02:48:00 2009 +0000
+++ b/bin/upgrading/s2layers/core2.s2	Sun May 17 15:18:06 2009 +0800
@@ -2749,15 +2749,6 @@ function RecentPage::view_title() : stri
 function RecentPage::view_title() : string {
     return $*text_view_recent;
 }
-
-function FriendsPage::print_global_title() {
-    if ($.friends_title) {
-        """<h1 id="title"><span>""" + $.friends_title + """</span></h1>""";
-    }
-}
-function FriendsPage::print_global_subtitle() {
-}
-
 function FriendsPage::view_title() : string {
     if ($.friends_mode == "") {
         if ($.filter_active) {
--------------------------------------------------------------------------------