From 771ca50404fb1f8d9843a8b79fac3293ed51414c Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Thu, 19 Oct 2006 21:35:04 +0000 Subject: Test for .dvi in title of pdf documents. 2006-10-20 Nickolay V. Shmyrev * shell/ev-window-title.c: Test for .dvi in title of pdf documents. --- diff --git a/ChangeLog b/ChangeLog index 30715a4..8427963 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +2006-10-20 Nickolay V. Shmyrev + + * shell/ev-window-title.c: + + Test for .dvi in title of pdf documents. + 2006-10-19 Wouter Bolsterlee * shell/ev-view.c: (ev_view_scroll): + Page Up/Down should do page jumps in "Best fit" mode. If a user has explicitly chosen to view exactly one page at a time, scrolling just a part of the page when diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c index 9fa20cb..5702fb3 100644 --- a/shell/ev-window-title.c +++ b/shell/ev-window-title.c @@ -40,6 +40,7 @@ struct _EvWindowTitle static const BadExtensionEntry bad_extensions[] = { { EV_BACKEND_PS, ".dvi" }, { EV_BACKEND_PDF, ".doc" }, + { EV_BACKEND_PDF, ".dvi" }, { EV_BACKEND_PDF, ".indd" }, { EV_BACKEND_PDF, ".rtf" } }; -- cgit v0.9.1