]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.c
Override PDF restrictions by default. Fixes bug #382700.
[evince.git] / shell / ev-window.c
index 4b4fee3cf008f8d51332c7b2da9545f067d15a38..2fbccd3842b0ca7de1aebc2f7238589b010faf99 100644 (file)
@@ -311,7 +311,7 @@ ev_window_setup_action_sensitivity (EvWindow *ev_window)
        gboolean ok_to_print = TRUE;
        gboolean ok_to_copy = TRUE;
        gboolean has_properties = TRUE;
-       gboolean override_restrictions = FALSE;
+       gboolean override_restrictions = TRUE;
        gboolean can_get_text = FALSE;
        gboolean has_pages = FALSE;
        gboolean can_find = FALSE;
@@ -4599,6 +4599,7 @@ register_custom_actions (EvWindow *window, GtkActionGroup *group)
                               "is_important", TRUE,
                               "short_label", _("Back"),
                               "stock_id", GTK_STOCK_GO_DOWN,
+                              /*translators: this is the history action*/
                               "tooltip", _("Move across visited pages"),
                               NULL);
        g_signal_connect (action, "activate_link",