Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Makefile.am
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-07-17 18:06:14 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-07-17 18:06:14 (GMT)
commitc3e3138488e6f46fa632ec0f6b9f4e7c2d5a6d2e (patch)
tree6552c08bb51fbdcff85d597a54e66106f0738215 /pdf/xpdf/Makefile.am
parentd4eb44bd89910397ec408c047ee54b8297fd585b (diff)
Add gpdf-persist-file.cc.
* po/POTFILES.in: Add gpdf-persist-file.cc. * xpdf/gpdf-persist-file.cc (gpdf_persist_file_class_init) (impl_bonobo_persist_file_load): emit (new) loading-failed signal if something goes wrong during load. * xpdf/gpdf-persist-file.h: add slot for loading-failed. * xpdf/gpdf-marshal.list: add VOID:STRING. * xpdf/gpdf-links-canvas-layer.cc: fix include (thanks Remi). * xpdf/gpdf-control.cc (gpdf_control_setup_persist) (gpdf_control_destroy): on loading-failed signal, display error alert. * xpdf/eog-hig-dialog.h, xpdf/eog-hig-dialog.c: copied from eog; HIG conforming alert dialog. * xpdf/Makefile.am (libgpdf_a_SOURCES): build eog-hig-dialog * NEWS: updated.
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index c85699a..e4d059c 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -125,6 +125,8 @@ libgpdf_a_SOURCES = \
GnomeVFSStream.h \
GPOutputDev.cc \
GPOutputDev.h \
+ eog-hig-dialog.c \
+ eog-hig-dialog.h \
gpdf-control.cc \
gpdf-control.h \
gpdf-g-switch.h \