Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 506068 | Differences between
and this patch

Collapse All | Expand All

(-)qpdfview-0.4.9.orig/sources/fitzmodel.cpp (+1 lines)
Lines 270-275 Link Here
270
    m_locks_context.unlock = FitzPlugin::unlock;
270
    m_locks_context.unlock = FitzPlugin::unlock;
271
271
272
    m_context = fz_new_context(0, &m_locks_context, FZ_STORE_DEFAULT);
272
    m_context = fz_new_context(0, &m_locks_context, FZ_STORE_DEFAULT);
273
    fz_register_document_handler(m_context, &pdf_document_handler);
273
}
274
}
274
275
275
FitzPlugin::~FitzPlugin()
276
FitzPlugin::~FitzPlugin()

Return to bug 506068