summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-07-28 05:07:32 +0000
committerJon A. Cruz <jon@joncruz.org>2010-07-28 05:07:32 +0000
commit550565be413ccd1ec163c549bcca74e054e06b11 (patch)
treea803bafc896518c2a10899612a7ce3eca53deaa8 /src/document.h
parentFix for filters dialog by Krzysztof (diff)
downloadinkscape-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.h3
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;