We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8c0ae commit 135e208Copy full SHA for 135e208
shell/ev-window.c
@@ -514,6 +514,7 @@ ev_window_setup_action_sensitivity (EvWindow *ev_window)
514
ev_window_set_action_sensitive (ev_window, PAGE_SELECTOR_ACTION, has_pages);
515
ev_window_set_action_sensitive (ev_window, ZOOM_CONTROL_ACTION, has_pages);
516
ev_window_set_action_sensitive (ev_window, NAVIGATION_ACTION, FALSE);
517
+ ev_window_set_action_sensitive (ev_window, "StartPresentation", has_pages);
518
519
ev_window_update_actions (ev_window);
520
}
0 commit comments