head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.1.0.2 pkgsrc-2011Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2011.07.11.10.44.30; author drochner; state dead; branches; next 1.1; 1.1 date 2011.04.18.17.10.23; author drochner; state Exp; branches; next ; desc @@ 1.2 log @update to 0.1.8 changes: -UI improvements -new manpage -bugfixes -translation updates @ text @$NetBSD: patch-bb,v 1.1 2011/04/18 17:10:23 drochner Exp $ --- src/IDocument.h.orig 2009-02-28 21:00:35.000000000 +0000 +++ src/IDocument.h @@@@ -306,7 +306,7 @@@@ namespace ePDFView const gchar *getFormat (void); void setFormat (gchar *format); const gchar *getLinearized (void); - void setLinearized (gchar *linearized); + void setLinearized (gboolean linearized); const gchar *getCreationDate (void); void setCreationDate (gchar *date); const gchar *getModifiedDate (void); @@@@ -382,7 +382,7 @@@@ namespace ePDFView /// The document's keyword. gchar *m_Keywords; /// Tells if the document is linearized or not. - gchar *m_Linearized; + gboolean m_Linearized; /// The document's modification date and time. gchar *m_ModifiedDate; /// @@brief The list of classes that will receive notifications @ 1.1 log @catch up with an API change in poppler, fixes crash if linearized PDFs are viewed, from IWAMOTO Toshihiro per PR pkg/44870 bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @