Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-01-21 18:10:05 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-01-21 18:10:05 (GMT)
commit7bfc69b4adb73bc5f79b708729b08807f1986c11 (patch)
tree3836f512b9757d7a8ec3c0cb876d4c0ccf8ea2d4 /shell
parent1992b36e18079313b8ea19193776355afbd348d2 (diff)
Do not acquire fontconfig lock in impress backend, since it is using the
2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org> * backend/impress/impress-document.c: (impress_document_render_pixbuf): Do not acquire fontconfig lock in impress backend, since it is using the main loop for rendering. svn path=/trunk/; revision=2242
Diffstat (limited to 'shell')
-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 cd6d27e..4703864 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -1907,7 +1907,7 @@ ev_view_expose_event (GtkWidget *widget,
area.width = widget->allocation.width;
area.height = widget->allocation.height;
-
+
draw_loading_text (view,
&area,
&(event->area));