Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--po/POTFILES.in2
-rw-r--r--shell/ev-window.c2
-rw-r--r--thumbnailer/evince-thumbnailer.c2
4 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a554834..51ddb15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
+ * po/POTFILES.in:
+ * shell/ev-window.c:
+ * thumbnailer/evince-thumbnailer.c:
+
+ s/pdf-document/ev-poppler
+
+2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
+
* NEWS:
* configure.ac:
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8e940e5..927b340 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,7 +4,7 @@
data/evince-password.glade
data/evince.desktop.in
data/evince.schemas.in
-pdf/pdf-document.cc
+pdf/ev-poppler.cc
ps/gsdefaults.c
ps/ps-document.c
shell/eggfindbar.c
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 92e68f4..b3ab9ff 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -44,7 +44,7 @@
#include "ev-job-queue.h"
#include "eggfindbar.h"
-#include "pdf-document.h"
+#include "ev-poppler.h"
#include "pixbuf-document.h"
#include "ps-document.h"
diff --git a/thumbnailer/evince-thumbnailer.c b/thumbnailer/evince-thumbnailer.c
index d497247..1b1078a 100644
--- a/thumbnailer/evince-thumbnailer.c
+++ b/thumbnailer/evince-thumbnailer.c
@@ -16,7 +16,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <pdf-document.h>
+#include <ev-poppler.h>
#include <libgnomevfs/gnome-vfs-mime-utils.h>
#include <libgnomevfs/gnome-vfs-uri.h>