diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-01-21 12:53:19 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-01-21 12:53:19 +0000 |
| commit | f7812ece33c3aa3018e2ded057253f56d73969f9 (patch) | |
| tree | 239c41e32d1cda6ed4b3d8092340bad13bc07e14 /src/document.h | |
| parent | use our python from devlibs, do not assume the user has a python in path (diff) | |
| download | inkscape-f7812ece33c3aa3018e2ded057253f56d73969f9.tar.gz inkscape-f7812ece33c3aa3018e2ded057253f56d73969f9.zip | |
Fixed to not emit signals from deleted object. May fix 271621.
Fixed to no longer emit signal from deleted instance. Might fix bug 271621
(bzr r7153)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index 99a887c6b..3ede5a3d0 100644 --- a/src/document.h +++ b/src/document.h @@ -110,6 +110,8 @@ struct SPDocument : public Inkscape::GC::Managed<>, GSList *_collection_queue; + bool oldSignalsConnected; + void add_persp3d (Persp3D * const persp); void remove_persp3d (Persp3D * const persp); |
