mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-26 06:49 pm

[dw-free] Fix name of unscreen icon.

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

Fix name of unscreen icon.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/imageconf.pl
--------------------------------------------------------------------------------
diff -r 8224df35861f -r ae9449e5ee12 cgi-bin/imageconf.pl
--- a/cgi-bin/imageconf.pl	Sun Apr 26 17:54:49 2009 +0000
+++ b/cgi-bin/imageconf.pl	Sun Apr 26 18:49:11 2009 +0000
@@ -55,7 +55,7 @@ use vars qw(%img);
 };
 
 $img{'btn_unscr'} = {
-    'src' => '/silk/comments/unscreen/png',
+    'src' => '/silk/comments/unscreen.png',
     'width' => 16,
     'height' => 16,
     'alt' => 'img.btn_unscr',
--------------------------------------------------------------------------------