Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-12-18 13:55:05 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-12-18 13:55:05 (GMT)
commit67f80b85d70a6d577e36c9578b854003a7d910ca (patch)
treee177c755fbb8cca96fff3a047c66d85a4246d9b6 /ChangeLog
parent6b784aa06247db62432df08db40d2e5a673b3258 (diff)
Acquire lock document when drawing "Loading..." text so that only one
2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (draw_loading_text): Acquire lock document when drawing "Loading..." text so that only one thread will use FontConfig at the same time. Fixes bug #374750.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fbc164..0b1ba1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view.c: (draw_loading_text):
+
+ Acquire lock document when drawing "Loading..." text so that only one
+ thread will use FontConfig at the same time. Fixes bug #374750.
+
2006-12-15 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-page-action.[ch]: (activate_cb):