From: Nickolay V. Shmyrev Date: Sun, 2 Oct 2005 12:21:35 +0000 (+0000) Subject: Add .indd files (Adobe Indesign) to the list of "bad extensions". X-Git-Tag: EVINCE_0_5_0~118 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=74e72e5fe94b080c975203c893d38353fd2e0db4;p=evince.git Add .indd files (Adobe Indesign) to the list of "bad extensions". * shell/ev-window-title.c: Add .indd files (Adobe Indesign) to the list of "bad extensions". --- diff --git a/ChangeLog b/ChangeLog index cbc75f12..a9f699ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-02 Wouter Bolsterlee + + * shell/ev-window-title.c: + + Add .indd files (Adobe Indesign) to the list of "bad + extensions". + 2005-10-02 Nickolay V. Shmyrev * data/evince-ui.xml: diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c index 2964f141..45e10ae7 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, ".indd" }, { EV_BACKEND_PDF, ".rtf" } };