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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 870af0b..4e1cc65 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -271,6 +271,8 @@ ev_window_open (EvWindow *ev_window, const char *uri)
ev_view_set_document (EV_VIEW (ev_window->priv->view),
document);
+ ev_sidebar_set_document (EV_SIDEBAR (ev_window->priv->sidebar),
+ document);
update_action_sensitivity (ev_window);