From 829ff1baafce438b4c122013ad3d6846a8a952e5 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Mon, 03 Mar 2003 17:13:25 +0000 Subject: extract common pdf properties code: * xpdf/gpdf-control.cc, xpdf/nautilus-pdf-property-page.cc: extract common pdf properties code: * xpdf/pdf-info-dict-util.cc, xpdf/pdf-info-dict-util.h: the common code. * xpdf/Makefile.am: compile pdf-info-dict-util.{cc,h}. * xpdf/gpdf-control.cc (verb_FileProperties_cb): make the dialog transient for the control's parent. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index c50f62e..1ab6b31 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -129,6 +129,8 @@ gnome_pdf_viewer_SOURCES = \ nautilus-pdf-property-page.h \ page-control.c \ page-control.h \ + pdf-info-dict-util.cc \ + pdf-info-dict-util.h \ pdf-properties-display.c \ pdf-properties-display.h \ $(BUILT_SOURCES) -- cgit v0.9.1