[evince] [shell] Add saved documents with "save a copy" to recent file list



commit 4cc59b9954bbf8728cbdb33cff772c8c4edcbe89
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Tue May 4 12:40:29 2010 +0200

    [shell] Add saved documents with "save a copy" to recent file list
    
    Fixes bug #617580.

 shell/ev-window.c |    2 ++
 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]