]> www.fi.muni.cz Git - evince.git/commitdiff
Add .indd files (Adobe Indesign) to the list of "bad extensions".
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 2 Oct 2005 12:21:35 +0000 (12:21 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 2 Oct 2005 12:21:35 +0000 (12:21 +0000)
* shell/ev-window-title.c:

Add .indd files (Adobe Indesign) to the list of "bad
extensions".

ChangeLog
shell/ev-window-title.c

index cbc75f12e909aa2b4b54ffd8923334cced3263b0..a9f699ba13d8a3a4afd76d1280f94403010957bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
+
+       * shell/ev-window-title.c:
+       
+       Add .indd files (Adobe Indesign) to the list of "bad
+       extensions".
+
 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * data/evince-ui.xml:
index 2964f1414d571d2ebc2c57307254e17d4c92fbca..45e10ae77659a41983be998d949cfa0bc0438e49 100644 (file)
@@ -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" }
 };