summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 28cbcfb)
raw | patch | inline | side by side (parent: 28cbcfb)
author | mental <mental@users.sourceforge.net> | |
Sun, 21 May 2006 20:48:25 +0000 (20:48 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sun, 21 May 2006 20:48:25 +0000 (20:48 +0000) |
ChangeLog | patch | blob | history | |
src/ui/view/view-widget.cpp | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index a9639be4e9671a08312564a03d8aa72ff0c0efdf..4f19d32c1bd3a068c99c125dff30fe80bd453224 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-05-21 MenTaLguY <mental@rydia.net>
+
+ * src/ui/view/view-widget.cpp:
+
+ request collection pass after destruction of a view widget
+
2006-05-21 MenTaLguY <mental@rydia.net>
* src/gc-core.h, src/gc.cpp:
index 6e60a9dfe77535849918dd2f4c6a63765752f87d..36c97af2f032643c2cd7b8a0b749aef3e6b1715f 100644 (file)
if (((GtkObjectClass *) (widget_parent_class))->destroy) {
(* ((GtkObjectClass *) (widget_parent_class))->destroy)(object);
}
+
+ Inkscape::GC::request_early_collection();
}
/**