diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-12-21 21:01:01 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-12-21 21:01:01 +0000 |
| commit | 2135fdee3aeff1dd82d11f191a7295990cd60cb5 (patch) | |
| tree | 492c61c59577687e6b445a543346c27efdf5ef95 /src/ui/dialog/svg-fonts-dialog.cpp | |
| parent | Purge sp_desktop_sketch and sp_desktop_tempgroup (diff) | |
| download | inkscape-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.cpp | 4 |
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()){ |
