From: Marco Pesenti Gritti Date: Mon, 26 Sep 2005 11:15:35 +0000 (+0000) Subject: Add .rtf to the bad extensions list X-Git-Tag: EVINCE_0_5_0~129 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=76cba1f77ab3903e649e65bc76293ca3c4225e3c;p=evince.git Add .rtf to the bad extensions list 2005-09-26 Marco Pesenti Gritti * shell/ev-window-title.c: Add .rtf to the bad extensions list --- diff --git a/ChangeLog b/ChangeLog index 0180dd65..01cdfde7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-26 Marco Pesenti Gritti + + * shell/ev-window-title.c: + + Add .rtf to the bad extensions list + 2005-09-26 Marco Pesenti Gritti * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link), diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c index 1dcd5312..574ace3e 100644 --- a/shell/ev-window-title.c +++ b/shell/ev-window-title.c @@ -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 *