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>2008-08-22 09:59:16 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-08-22 09:59:16 (GMT)
commit27dce4e648c04fc784527610af77c30cf1318111 (patch)
tree184ed8835fab88c7bfbc1a7bd4263f3e9fc3d993 /ChangeLog
parent614124da1fe2cff8e085faad88320d0dcf4269ad (diff)
Add a new job to get the attachments in a thread with the document lock
2008-08-22 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-jobs.[ch]: (ev_job_attachments_init), (ev_job_attachments_dispose), (ev_job_attachments_run), (ev_job_attachments_class_init), (ev_job_attachments_new): * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_set_document): Add a new job to get the attachments in a thread with the document lock held. Fixes bug #548653. svn path=/trunk/; revision=3116
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc7fb1a..12b07fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-08-22 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-jobs.[ch]: (ev_job_attachments_init),
+ (ev_job_attachments_dispose), (ev_job_attachments_run),
+ (ev_job_attachments_class_init), (ev_job_attachments_new):
+ * shell/ev-sidebar-attachments.c:
+ (ev_sidebar_attachments_set_document):
+
+ Add a new job to get the attachments in a thread with the document
+ lock held. Fixes bug #548653.
+
2008-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/tiff/tiff-document.c: (tiff_document_get_page_label),