summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-04-29 15:42:18 +0000
committermental <mental@users.sourceforge.net>2006-04-29 15:42:18 +0000
commit1700908e2a089a422dacc9120fc8e5ed9dfd1d17 (patch)
treeee8f279811f7960a18cb27e8919d72d0b70460bf /ChangeLog
parentremove warnings (diff)
downloadinkscape-1700908e2a089a422dacc9120fc8e5ed9dfd1d17.tar.gz
inkscape-1700908e2a089a422dacc9120fc8e5ed9dfd1d17.zip
since the view and document are both managed by the collector, reffing the document from the view is totally unnecessary
(bzr r617)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4d316430..a44b9d39c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-04-29 MenTaLguY <mental@rydia.net>
+ * src/ui/view/view.cpp:
+
+ Wait a minute -- UI::View::View and SPDocument are both managed
+ by the collector -- the view doesn't need to ref the document!
+
+2006-04-29 MenTaLguY <mental@rydia.net>
+
* src/ui/view/view.cpp: add missing unref
2006-04-29 MenTaLguY <mental@rydia.net>