* shell/ev-window.c: (ev_window_setup_document):
Fixed warnings on reload and probably crash reason.
+2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * shell/ev-window.c: (ev_window_setup_document):
+
+ Fixed warnings on reload and probably crash reason.
+
2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* properties/ev-properties-view.c:
ev_view_set_document (view, document);
}
- ev_window_title_set_uri (ev_window->priv->title, ev_window->priv->uri);
ev_window_title_set_document (ev_window->priv->title, document);
+ ev_window_title_set_uri (ev_window->priv->title, ev_window->priv->uri);
action = gtk_action_group_get_action (ev_window->priv->action_group, PAGE_SELECTOR_ACTION);
ev_page_action_set_document (EV_PAGE_ACTION (action), document);
update_action_sensitivity (ev_window);