Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--shell/ev-window-title.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0180dd6..01cdfde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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),
(goto_fitv_link), (goto_fith_link), (goto_xyz_link):
diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c
index 1dcd531..574ace3 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 *