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-04-08 03:33 pm

[dw-free] icon in ctxpopups for users with no icons

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

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

Swap LJ icon for DW icon in ctxpopup, for users with no userpic

Patch by [personal profile] piranha.

Files modified:
  • htdocs/img/ctxpopup-nopic.gif
  • htdocs/tools/endpoints/ctxpopup.bml
--------------------------------------------------------------------------------
diff -r c11532760062 -r 362861aaac65 htdocs/img/ctxpopup-nopic.gif
Binary file htdocs/img/ctxpopup-nopic.gif has changed
diff -r c11532760062 -r 362861aaac65 htdocs/tools/endpoints/ctxpopup.bml
--- a/htdocs/tools/endpoints/ctxpopup.bml	Wed Apr 08 15:17:51 2009 +0000
+++ b/htdocs/tools/endpoints/ctxpopup.bml	Wed Apr 08 15:33:12 2009 +0000
@@ -81,7 +81,7 @@
         } elsif ($u->is_identity) {
             $ret{url_userpic} = "$LJ::IMGPREFIX/identity_100x100.png";
         } else {
-            $ret{url_userpic} = "$LJ::IMGPREFIX/ctxpopup-nopic.gif";
+            $ret{url_userpic} = "$LJ::IMGPREFIX/nouserpic.png";
         }
         $ret{userpic_w} = 100;
         $ret{userpic_h} = 100;
--------------------------------------------------------------------------------