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:
authorJonathan Blandford <jrb@redhat.com>2004-12-22 18:41:31 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2004-12-22 18:41:31 (GMT)
commit37ca059dda89fecb22f6297d337ea393b2069605 (patch)
tree3e14d00ef2e9cc9f54c363a50711e091cd316d58 /shell/ev-window.c
parent29d4b297afccd67742563fb1ae68d6a39b4a8686 (diff)
initial sidebar document setting code.
Wed Dec 22 13:41:01 2004 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar document setting code.
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);