From: Nickolay V. Shmyrev Date: Thu, 19 Oct 2006 21:35:04 +0000 (+0000) Subject: Test for .dvi in title of pdf documents. X-Git-Tag: EVINCE_0_7_0~99 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=771ca50404fb1f8d9843a8b79fac3293ed51414c;p=evince.git 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 30715a48..84279630 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 9fa20cb7..5702fb32 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" } };