Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-05-11 12:43:02 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-05-11 12:43:02 (GMT)
commit0a71e82d1e6ca31f6e00a5b22ede0ccdc9913c35 (patch)
tree95f2a6e9926d16a42ca480540677d0e8045da0e0 /shell/ev-window.h
parent18b8fee78c185473338f77d4f684b75828aeb09c (diff)
Add print button in preview mode. Fixes bug #396475.
2007-05-11 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-ui.xml: * shell/ev-application.[ch]: (get_print_settings_from_args), (ev_application_open_uri_at_dest), (ev_application_open_uri), (ev_application_open_uri_list): * shell/ev-window.[ch]: (ev_window_clear_print_settings_file), (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest), (ev_window_cmd_recent_file_activate), (ev_window_run_preview), (ev_window_cmd_view_reload), (lookup_printer_from_name), (ev_window_preview_print_finished), (ev_window_cmd_preview_print), (ev_window_dispose): * shell/main.c: (arguments_parse): Add print button in preview mode. Fixes bug #396475. svn path=/trunk/; revision=2450
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index a60b123..d269b7d 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -77,7 +77,8 @@ void ev_window_open_uri (EvWindow *ev_window,
const char *uri,
EvLinkDest *dest,
EvWindowRunMode mode,
- gboolean unlink_temp_file);
+ gboolean unlink_temp_file,
+ const gchar *print_settings);
gboolean ev_window_is_empty (const EvWindow *ev_window);
#ifdef WITH_PRINT
void ev_window_print_range (EvWindow *ev_window,