Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-04 10:40:29 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-04 10:40:29 (GMT)
commit4cc59b9954bbf8728cbdb33cff772c8c4edcbe89 (patch)
treee2a5e75d172967ab74fb7b4fcc1627a16b87cb31 /shell
parent3870e956f822f915f730d82c87d5fdd05dc97551 (diff)
[shell] Add saved documents with "save a copy" to recent file list
Fixes bug #617580.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 38ac098..d4134f4 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2629,6 +2629,8 @@ ev_window_save_job_cb (EvJob *job,
ev_window_error_message (window, job->error,
_("The file could not be saved as ā€œ%sā€."),
EV_JOB_SAVE (job)->uri);
+ } else {
+ ev_window_add_recent (window, EV_JOB_SAVE (job)->uri);
}
ev_window_clear_save_job (window);