Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-01-25 20:54:22 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-01-25 20:54:22 (GMT)
commit1aff4f0d0e68dfccf5236289feb2fb58dfac8936 (patch)
tree5a30de52b9e00b97ad25de1cb240f14f2d890037 /shell/Makefile.am
parentd3ea391eeabb901a8dfe269edc5980f0f800aa65 (diff)
guard against unloaded docs when the title is accessed.
Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com> * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against unloaded docs when the title is accessed. * shell/ev-password-view.[hc]: New widget for displaying password state. * shell/ev-window.[ch]: Refactor password handling code to handle the new view.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 8e76518..8762d93 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -31,6 +31,8 @@ evince_SOURCES= \
ev-page-action.h \
ev-password.h \
ev-password.c \
+ ev-password-view.h \
+ ev-password-view.c \
ev-print-job.c \
ev-print-job.h \
ev-utils.c \