summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/svg-fonts-dialog.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-12-21 21:01:01 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-12-21 21:01:01 +0000
commit2135fdee3aeff1dd82d11f191a7295990cd60cb5 (patch)
tree492c61c59577687e6b445a543346c27efdf5ef95 /src/ui/dialog/svg-fonts-dialog.cpp
parentPurge sp_desktop_sketch and sp_desktop_tempgroup (diff)
downloadinkscape-2135fdee3aeff1dd82d11f191a7295990cd60cb5.tar.gz
inkscape-2135fdee3aeff1dd82d11f191a7295990cd60cb5.zip
Purge sp_desktop_message_stack
(bzr r13817)
Diffstat (limited to 'src/ui/dialog/svg-fonts-dialog.cpp')
-rw-r--r--src/ui/dialog/svg-fonts-dialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/svg-fonts-dialog.cpp b/src/ui/dialog/svg-fonts-dialog.cpp
index 901cfc40a..55eed9a99 100644
--- a/src/ui/dialog/svg-fonts-dialog.cpp
+++ b/src/ui/dialog/svg-fonts-dialog.cpp
@@ -515,7 +515,7 @@ void SvgFontsDialog::set_glyph_description_from_selected_path(){
return;
}
- Inkscape::MessageStack *msgStack = sp_desktop_message_stack(desktop);
+ Inkscape::MessageStack *msgStack = desktop->getMessageStack();
SPDocument* doc = sp_desktop_document(desktop);
Inkscape::Selection* sel = desktop->getSelection();
if (sel->isEmpty()){
@@ -557,7 +557,7 @@ void SvgFontsDialog::missing_glyph_description_from_selected_path(){
return;
}
- Inkscape::MessageStack *msgStack = sp_desktop_message_stack(desktop);
+ Inkscape::MessageStack *msgStack = desktop->getMessageStack();
SPDocument* doc = sp_desktop_document(desktop);
Inkscape::Selection* sel = desktop->getSelection();
if (sel->isEmpty()){