From 805747f6b136ad2e89f5ca1020ca43506d2b5391 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 17 Apr 2006 04:46:51 +0000 Subject: Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) --- src/dialogs/iconpreview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/iconpreview.cpp') diff --git a/src/dialogs/iconpreview.cpp b/src/dialogs/iconpreview.cpp index 4a3248010..6641b3bfb 100644 --- a/src/dialogs/iconpreview.cpp +++ b/src/dialogs/iconpreview.cpp @@ -218,7 +218,7 @@ void IconPreviewPanel::refreshPreview() if ( selectionButton && selectionButton->get_active() ) { - Inkscape::Selection * sel = SP_DT_SELECTION(desktop); + Inkscape::Selection * sel = sp_desktop_selection(desktop); if ( sel ) { //g_message("found a selection to play with"); -- cgit v1.2.3