Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-10 09:33:33 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-10 09:33:33 (GMT)
commitd58f069362465e0bd50814853b86ab5341beba79 (patch)
tree30ab28f0c2e201934d1824cfc7e6ae06919089eb /ChangeLog
parent43f12b7663328557c87c4d579a21e37e520ebdb3 (diff)
Keep a weak reference on proxy->page_cache so that we dont try to
2005-05-10 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache), (ev_page_action_widget_finalize), (ev_page_action_widget_class_init), (update_page_cache): Keep a weak reference on proxy->page_cache so that we dont try to disconnect the signal if the object is already gone. Maybe there is a better way to cleanup reference handling in page action though...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4858053..d72ac1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
+ (ev_page_action_widget_finalize),
+ (ev_page_action_widget_class_init), (update_page_cache):
+
+ Keep a weak reference on proxy->page_cache so that we
+ dont try to disconnect the signal if the object is already
+ gone. Maybe there is a better way to cleanup reference handling
+ in page action though...
+
2005-05-10 Juerg Billeter <j@bitron.ch>
* shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),