tags 595763 + patch pending
block 595763 with 595757
thanks
В 16:23 +0300 на 06.09.2010 (пн), Yavor Doganov написа:
> ViewPDF: Uncaught exception NSInternalInconsistencyException, reason:
> Document.m:149 Assertion failed in Document(instance), method
> pageSize. no page
Trivial patch attached. I prepared a QA upload, but will hold it on for
a while to test the gnustep-gui fix properly.
--- viewpdf.app-0.2dfsg1.orig/ViewPDFInfo.plist
+++ viewpdf.app-0.2dfsg1/ViewPDFInfo.plist
@@ -15,7 +15,7 @@
NSUnixExtensions = (pdf,PDF);
NSDOSExtensions = (pdf);
NSMIMETypes = ("application/pdf");
- NSRole = Editor;
+ NSRole = Viewer;
NSDocumentClass = Document;
});
}