Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-01 09:35:03 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-01 09:35:03 (GMT)
commit8ae0cc1bf88618063272b56be3f5fe332d548fad (patch)
treef949389ad05f6e771797342bb299f84378fced2f /shell
parentb25c2bfcf89697009a3129f123073b84a312dfdd (diff)
ev_page_cache_get doesnt return a reference, dont try to unref it.
2005-09-01 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (clear_caches): ev_page_cache_get doesnt return a reference, dont try to unref it.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 05d3954..34760b5 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -2178,7 +2178,6 @@ clear_caches (EvView *view)
}
if (view->page_cache) {
- g_object_unref (view->page_cache);
view->page_cache = NULL;
}
}