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. --- (limited to 'shell') 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