Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index a22b961..3714831 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -857,7 +857,8 @@ static void
view_selection_changed_cb (EvView *view,
EvWindow *window)
{
- ev_window_update_actions (window);
+ ev_window_set_action_sensitive (window, "EditCopy",
+ ev_view_get_has_selection (view));
}
static void