[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Wrong icon sizes in /etc/viewcvs.conf



The icons are not being correctly displayed in cvs.d.o. For instance take a
look at: http://cvs.debian.org/debian-cd/

Could someone with root access in klecker please apply the following patch
(or even use the patched version in my homedir):

villate@klecker:~$ diff -u /etc/viewcvs.conf viewcvs.conf        
--- /etc/viewcvs.conf   Sun Apr 22 08:49:46 2001
+++ viewcvs.conf        Tue Sep  4 05:49:23 2001
@@ -179,9 +179,9 @@
 # they are normally available in a standard Apache distribution, along
 # with larger versions if these are too small for you.
 #
-back_icon = /icons/back.gif, 16, 16
-dir_icon  = /icons/dir.gif, 16, 16
-file_icon = /icons/text.gif, 16, 16
+back_icon = /icons/back.gif, 20, 22
+dir_icon  = /icons/dir.gif, 20, 22
+file_icon = /icons/text.gif, 20, 22
 
 #---------------------------------------------------------------------------
 [colors]


While you're on it, you might also want to update viewcvs from 0.6 to 0.7
which closes several important bugs.

Regards,
Jaime



Reply to: