summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-01-29 18:16:27 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-01-29 18:16:27 +0000
commitc73847235afd19be7aa5deefd7ce02276b9bb969 (patch)
tree8d1b0c6bf108d1d2d132a75a6430575c0762efea /src/widgets/toolbox.cpp
parentRemove unneeded and incomplete file (diff)
downloadinkscape-c73847235afd19be7aa5deefd7ce02276b9bb969.tar.gz
inkscape-c73847235afd19be7aa5deefd7ce02276b9bb969.zip
PaintbucketToolbar: GtkAction migration
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 171d6f3c9..0add85c6b 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -233,7 +233,7 @@ static struct {
{ "/tools/mesh", "mesh_toolbox", nullptr, Inkscape::UI::Toolbar::MeshToolbar::prep, "MeshToolbar",
SP_VERB_INVALID, nullptr, nullptr},
#if HAVE_POTRACE
- { "/tools/paintbucket", "paintbucket_toolbox", nullptr, Inkscape::UI::Toolbar::PaintbucketToolbar::prep, "PaintbucketToolbar",
+ { "/tools/paintbucket", "paintbucket_toolbox", Inkscape::UI::Toolbar::PaintbucketToolbar::create, nullptr, "PaintbucketToolbar",
SP_VERB_CONTEXT_PAINTBUCKET_PREFS, "/tools/paintbucket", N_("Style of Paint Bucket fill objects")},
#else
{ "/tools/paintbucket", "paintbucket_toolbox", 0, NULL, "PaintbucketToolbar", SP_VERB_NONE, "/tools/paintbucket", N_("Disabled")},