[evince] [shell] Implement Print named action



commit b3aa1fcef50a13ab0bbd6720e6cd8cbe8ff3c4b7
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Wed May 13 15:16:32 2009 +0200

    [shell] Implement Print named action
---
 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 7ec9aca..1f368ec 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5372,6 +5372,8 @@ do_action_named (EvWindow *window, EvLinkAction *action)
 		ev_window_cmd_edit_find (NULL, window);
 	} else if (g_ascii_strcasecmp (name, "Close") == 0) {
 		ev_window_cmd_file_close_window (NULL, window);
+	} else if (g_ascii_strcasecmp (name, "Print") == 0) {
+		ev_window_cmd_file_print (NULL, window);
 	} else {
 		g_warning ("Unimplemented named action: %s, please post a "
 		           "bug report in Evince bugzilla "



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