diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-11-26 01:35:57 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-11-26 01:35:57 +0000 |
| commit | 8edb6edfedc2665a4fa72045ae7faedd0aaed958 (patch) | |
| tree | 642742ca3a222d2e7749c1b27ded549325a2f19e /src/widgets/stroke-marker-selector.cpp | |
| parent | Merge inkscape-cppify branch (diff) | |
| download | inkscape-8edb6edfedc2665a4fa72045ae7faedd0aaed958.tar.gz inkscape-8edb6edfedc2665a4fa72045ae7faedd0aaed958.zip | |
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
(bzr r13768)
Diffstat (limited to 'src/widgets/stroke-marker-selector.cpp')
| -rw-r--r-- | src/widgets/stroke-marker-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/stroke-marker-selector.cpp b/src/widgets/stroke-marker-selector.cpp index 24288299f..c62262e81 100644 --- a/src/widgets/stroke-marker-selector.cpp +++ b/src/widgets/stroke-marker-selector.cpp @@ -64,7 +64,7 @@ MarkerComboBox::MarkerComboBox(gchar const *id, int l) : sp_pixbuf_new( Inkscape::ICON_SIZE_SMALL_TOOLBAR, INKSCAPE_ICON("no-marker") ) ) ); sandbox = ink_markers_preview_doc (); - desktop = INKSCAPE.active_desktop(); + desktop = SP_ACTIVE_DESKTOP; doc = sp_desktop_document(desktop); modified_connection = doc->getDefs()->connectModified( sigc::hide(sigc::hide(sigc::bind(sigc::ptr_fun(&MarkerComboBox::handleDefsModified), this))) ); |
