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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index e8bcf0b..097c97b 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -2390,7 +2390,7 @@ draw_loading_text (EvView *view,
const char *loading_text = _("Loading...");
- ev_document_doc_mutex_lock ();
+ ev_document_fc_mutex_lock ();
layout = gtk_widget_create_pango_layout (GTK_WIDGET (view), loading_text);
@@ -2423,7 +2423,7 @@ draw_loading_text (EvView *view,
pango_font_description_free (font_desc);
g_object_unref (layout);
- ev_document_doc_mutex_unlock ();
+ ev_document_fc_mutex_unlock ();
}
static void