From c7dd360a76aa50e8d46e031eee9629af466e677c Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 10 Nov 2006 17:46:18 +0000 Subject: Remove temp file created when evince is used by GTK+ in preview mode. 2006-11-10 Carlos Garcia Campos * shell/ev-application.[ch]: (get_unlink_temp_file_from_args), (ev_application_open_uri_at_dest), (ev_application_open_uri): * shell/ev-window.[ch]: (ev_window_clear_temp_file), (ev_window_open_uri): * shell/main.c: (arguments_parse): Remove temp file created when evince is used by GTK+ in preview mode. Fixes bug #365282. --- (limited to 'shell/ev-window.h') diff --git a/shell/ev-window.h b/shell/ev-window.h index f624fe5..af4795a 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -76,7 +76,8 @@ const char *ev_window_get_uri (EvWindow *ev_window); void ev_window_open_uri (EvWindow *ev_window, const char *uri, EvLinkDest *dest, - EvWindowRunMode mode); + EvWindowRunMode mode, + gboolean unlink_temp_file); void ev_window_goto_dest (EvWindow *ev_window, EvLinkDest *dest); gboolean ev_window_is_empty (const EvWindow *ev_window); -- cgit v0.9.1