Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-07 21:46:46 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-07 21:46:46 (GMT)
commit11bd1d65957b444c7491e4fb252f3f50ce8ad3d2 (patch)
tree1c2373245b45247b94695e38ef9c59d3dd300bdf /ChangeLog
parentc6450a96c9e000535a222689a55bd20e3ee62206 (diff)
Use document info from page cache instead of document itself. fix for crash
306545
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2cc9a7..43d7261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,19 @@
+2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * shell/ev-properties.c: (ev_properties_new):
+ * shell/ev-properties.h:
+ * shell/ev-window.c: (ev_window_cmd_file_properties):
+
+ Get document info from page cache instead of document itself.
+ This should fix crash related to race conditions described in
+ bug 306545.
+
2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
* ps/ps-document.c: (ps_document_init),
(send_ps), (get_page_box), (output), (catchPipe), (input),
(stop_interpreter), (file_length), (file_readable),
- (check_filecompressed), (ps_document_enable_interpreter),
+ (check_filecompressedb), (ps_document_enable_interpreter),
(document_load), (ps_async_renderer_render_pixbuf):
* ps/ps-document.h: