From 4b77c0328f6ae40dbb7b56cc678e89e60ff27240 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Tue, 11 Oct 2005 23:12:51 +0000 Subject: Fixed warnings on reload and probably crash reason. * shell/ev-window.c: (ev_window_setup_document): Fixed warnings on reload and probably crash reason. --- diff --git a/ChangeLog b/ChangeLog index 7a8d135..7bf9da2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-10-12 Nickolay V. Shmyrev + * shell/ev-window.c: (ev_window_setup_document): + + Fixed warnings on reload and probably crash reason. + +2005-10-12 Nickolay V. Shmyrev + * properties/ev-properties-view.c: (ev_properties_view_format_date): diff --git a/shell/ev-window.c b/shell/ev-window.c index d3ac46a..d1fa8a2 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -698,8 +698,8 @@ ev_window_setup_document (EvWindow *ev_window) 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); -- cgit v0.9.1