summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-07-02 08:18:10 +0000
committerJon A. Cruz <jon@joncruz.org>2010-07-02 08:18:10 +0000
commit43519ed46697c28f90abe47d3b480f9bc9372c6e (patch)
tree4ad64b4e8c595322b5b5743aaaeeedd5c287cff1 /src/widgets/paint-selector.cpp
parentDo not remove color-profile elements during vacuum defs. Fixes bug #444225. (diff)
downloadinkscape-43519ed46697c28f90abe47d3b480f9bc9372c6e.tar.gz
inkscape-43519ed46697c28f90abe47d3b480f9bc9372c6e.zip
Rough pass of Fill-n-Stroke swatch conversion.
(bzr r9553)
Diffstat (limited to 'src/widgets/paint-selector.cpp')
-rw-r--r--src/widgets/paint-selector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp
index 8759854a0..a569d00bb 100644
--- a/src/widgets/paint-selector.cpp
+++ b/src/widgets/paint-selector.cpp
@@ -1102,6 +1102,7 @@ static void sp_paint_selector_set_mode_swatch(SPPaintSelector *psel, SPPaintSele
gtk_frame_set_label(GTK_FRAME(psel->frame), _("Swatch fill"));
}
+
#ifdef SP_PS_VERBOSE
g_print("Swatch req\n");
#endif