don't try to display pdf while don't have page controls

This commit is contained in:
Boris Faure 2014-07-01 20:15:57 +02:00
parent 572c4cfce4
commit feca95c493
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const char *extn_img[] =
const char *extn_scale[] =
{
".svg", ".svgz", ".svg.gz", ".ps", ".ps.gz", ".pdf",
".svg", ".svgz", ".svg.gz", /* ".ps", ".ps.gz", ".pdf", */
NULL
};