CVS commit by eros: CVS_SILENT I shouldn't commit immediately after waking up. M +1 -1 pagepainter.cpp 1.7.2.16 --- kdegraphics/kpdf/ui/pagepainter.cpp #1.7.2.15:1.7.2.16 @@ -719,5 +719,5 @@ void PagePainter::drawShapeOnImage( #else agg::conv_stroke< agg::path_storage > strokedPath( path ); -#fi +#endif strokedPath.width( penWidth ); rasterizer.add_path( strokedPath );