]> www.fi.muni.cz Git - evince.git/commit
make static (gpdf_properties_display_class_init): install dispose
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sun, 27 Apr 2003 16:27:41 +0000 (16:27 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sun, 27 Apr 2003 16:27:41 +0000 (16:27 +0000)
commit326510ce8be168a961dcc29fd3d19cd51c44327b
tree1ead49e8c34a67557d644fe8702b425611c7b5b2
parent074b6a437f24f7f69d35520e05a0661130af3983
make static (gpdf_properties_display_class_init): install dispose

* xpdf/pdf-properties-display.c (gpdf_gtk_label_make_bold): make static
(gpdf_properties_display_class_init): install dispose implementation

* xpdf/pdf-info-dict-util.cc (pdf_doc_process_properties): format
file size with %ld, not %d

* xpdf/page-control.c: #include stdlib.h for strtol

* xpdf/gpdf-view.cc (canonical_multiple_of_90): return statement
was missing, I wonder why it worked
(gpdf_view_key_press_event): silence warning
(gpdf_view_key_press_event): ditto

* xpdf/GPOutputDev.cc (initBase14Fonts): use guint as array index

* xpdf/BonoboStream.cc (bfseek): silence warning

* shell/gpdf.c (open_request_logger): don't define if not debugging

* shell/gpdf-uri-input.h: add missing prototypes

* shell/gpdf-uri-input.c (gpdf_uri_input_open_uri_list): add
missing return type

* xpdf/Makefile.am, shell/Makefile.am, configure.in: use maximum
compiler warnings
pdf/xpdf/Makefile.am