]> www.fi.muni.cz Git - evince.git/commitdiff
Test for .dvi in title of pdf documents.
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Thu, 19 Oct 2006 21:35:04 +0000 (21:35 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Thu, 19 Oct 2006 21:35:04 +0000 (21:35 +0000)
2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-window-title.c:

Test for .dvi in title of pdf documents.

ChangeLog
shell/ev-window-title.c

index 30715a486916064ea79169c08da3b2daba89ada8..84279630910247edaca973023a3123bb947559b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window-title.c: 
+       
+       Test for .dvi in title of pdf documents.
+
 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
 
        * 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
index 9fa20cb7b93fd189b4cb30af0902921adf868dfc..5702fb32a20f5684c11289d052b19425d7f33ed9 100644 (file)
@@ -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" }
 };