Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index b94a317..636e0f5 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -1595,7 +1595,7 @@ ev_view_can_find_next (EvView *view)
{
int n_results = 0;
- if (view->document) {
+ if (EV_IS_DOCUMENT_FIND (view->document)) {
EvDocumentFind *find = EV_DOCUMENT_FIND (view->document);
g_mutex_lock (EV_DOC_MUTEX);