Author: hilmar-guest Date: 2006-07-27 17:00:53 +0000 (Thu, 27 Jul 2006) New Revision: 1536
Added: tetex-bin/trunk/debian/patches/patch-texdoctk-tmp Log: patch for #351559 missing in last commit Added: tetex-bin/trunk/debian/patches/patch-texdoctk-tmp =================================================================== --- tetex-bin/trunk/debian/patches/patch-texdoctk-tmp 2006-07-27 16:46:41 UTC (rev 1535) +++ tetex-bin/trunk/debian/patches/patch-texdoctk-tmp 2006-07-27 17:00:53 UTC (rev 1536) @@ -0,0 +1,11 @@ +--- tetex-bin-3.0.orig/texk/tetex/texdoctk 2006/02/05 17:08:01 1.1 ++++ tetex-bin-3.0/texk/tetex/texdoctk 2006/02/05 17:08:17 +@@ -1690,7 +1690,7 @@ + my @deffont=$Qbut->configure(-font); + # ensure readability on high-res screens (suggested by R.Kotucha) + $deffont='Helvetica -16 bold' if &x_resolution > 1200; +- $Qbut->configure(-font=>$deffont); ++ $Qbut->configure(-font=>$deffont) if $deffont; + $msgframe->Label(-text=>'FATAL ERROR', + -font=>$deffont)->pack(-side=>'top', -fill=>'x'); + # get size of message text _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

