]> www.fi.muni.cz Git - evince.git/commitdiff
Add .rtf to the bad extensions list
authorMarco Pesenti Gritti <mpg@redhat.com>
Mon, 26 Sep 2005 11:15:35 +0000 (11:15 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 26 Sep 2005 11:15:35 +0000 (11:15 +0000)
2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>

        * shell/ev-window-title.c:

        Add .rtf to the bad extensions list

ChangeLog
shell/ev-window-title.c

index 0180dd65f05390bdc3f8c25c1c80b2da04763caf..01cdfde7e39bbdc99d4b32532b5f058728cda4c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-window-title.c:
+
+       Add .rtf to the bad extensions list
+
 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
index 1dcd5312c8b06535b4e49ddbe0ef3c42ad01707e..574ace3ea67f12c408dce61a0a90cba6f6f68d49 100644 (file)
@@ -39,7 +39,8 @@ struct _EvWindowTitle
 
 static const BadExtensionEntry bad_extensions[] = {
        { EV_BACKEND_PS, ".dvi" },
-       { EV_BACKEND_PDF, ".doc" }
+       { EV_BACKEND_PDF, ".doc" },
+       { EV_BACKEND_PDF, ".rtf" }
 };
 
 EvWindowTitle *