summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2008-01-01 04:40:30 +0000
committermental <mental@users.sourceforge.net>2008-01-01 04:40:30 +0000
commitea558289e472954105d009c9eb05492d325528e5 (patch)
tree59c1445fdc57909adb3c0ea45290bedac717f205 /src/ui/dialog
parentfirst crack at enabling blend for layers dialog (diff)
downloadinkscape-ea558289e472954105d009c9eb05492d325528e5.tar.gz
inkscape-ea558289e472954105d009c9eb05492d325528e5.zip
separate blend history for objects versus layers
(bzr r4355)
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/fill-and-stroke.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/fill-and-stroke.cpp b/src/ui/dialog/fill-and-stroke.cpp
index b9e1754ba..43a9bb989 100644
--- a/src/ui/dialog/fill-and-stroke.cpp
+++ b/src/ui/dialog/fill-and-stroke.cpp
@@ -42,7 +42,8 @@ FillAndStroke::FillAndStroke()
: UI::Widget::Panel ("", "dialogs.fillstroke", SP_VERB_DIALOG_FILL_STROKE),
_page_fill(1, 1, true, true),
_page_stroke_paint(1, 1, true, true),
- _page_stroke_style(1, 1, true, true)
+ _page_stroke_style(1, 1, true, true),
+ _composite_settings(SP_VERB_DIALOG_FILL_STROKE, "fillstroke")
{
Gtk::Box *contents = _getContents();
contents->set_spacing(0);