- last commit fixes crashes on page_count and etc, adding a note about dsc too

- Wilfried, could you recheck oKular from svn and rebuild it, should work for you now :)
CCMAIL:Wilfried Huss <Wilfried.Huss@gmx.at>

svn path=/trunk/playground/graphics/oKular/kpdf/; revision=456053
remotes/origin/okular3-playground
Piotr Szymanski 21 years ago
parent 481dd5f9f1
commit bfee50a06f
  1. 1
      generators/ghostview/internaldocument.cpp

@ -60,6 +60,7 @@ GSInternalDocument::GSInternalDocument(QString fname, Format form) : m_format (f
if ( !m_error && ! m_dsc->dsc() )
{
m_error=true;
// note this is not a fatal error, just a notice, we support docs without dsc
m_errorString="Document has no DSC.";
}
}

Loading…
Cancel
Save