summaryrefslogtreecommitdiff
path: root/src/events/EventPage.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/events/EventPage.vala')
-rw-r--r--src/events/EventPage.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/EventPage.vala b/src/events/EventPage.vala
index 960eee8..a482ab8 100644
--- a/src/events/EventPage.vala
+++ b/src/events/EventPage.vala
@@ -74,7 +74,7 @@ public class EventPage : CollectionPage {
set_action_sensitive("MakePrimary", selected_count == 1);
// hide this command in CollectionPage, as it does not apply here
- set_action_visible("CommonJumpToEvent", false);
+ set_action_sensitive("CommonJumpToEvent", false);
base.update_actions(selected_count, count);