diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-07-28 05:07:32 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-07-28 05:07:32 +0000 |
| commit | 550565be413ccd1ec163c549bcca74e054e06b11 (patch) | |
| tree | a803bafc896518c2a10899612a7ce3eca53deaa8 /src/document.h | |
| parent | Fix for filters dialog by Krzysztof (diff) | |
| download | inkscape-550565be413ccd1ec163c549bcca74e054e06b11.tar.gz inkscape-550565be413ccd1ec163c549bcca74e054e06b11.zip | |
Applied fix for sp_document_maybe_done() that was holding pointers to internal temp buffers.
(bzr r9606.1.29)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index e70582006..5810b5358 100644 --- a/src/document.h +++ b/src/document.h @@ -96,7 +96,8 @@ struct SPDocument : public Inkscape::GC::Managed<>, SPDocumentPrivate *priv; /// Last action key - const gchar *actionkey; + Glib::ustring actionkey; + /// Handler ID guint modified_id; |
