summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-10 04:04:15 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-10 04:04:15 +0000
commitc1c6c69268bcb0f47f73821380c4061d459caedb (patch)
tree81939c21670c9d866988cbd12db21db1b95c1f90 /src/widgets/paint-selector.cpp
parentAdd meshes to selected style widget (diff)
downloadinkscape-c1c6c69268bcb0f47f73821380c4061d459caedb.tar.gz
inkscape-c1c6c69268bcb0f47f73821380c4061d459caedb.zip
Oops
(bzr r13341.1.130)
Diffstat (limited to 'src/widgets/paint-selector.cpp')
-rw-r--r--src/widgets/paint-selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp
index 89cdd88ad..f4ceee187 100644
--- a/src/widgets/paint-selector.cpp
+++ b/src/widgets/paint-selector.cpp
@@ -811,7 +811,7 @@ sp_paint_selector_set_style_buttons(SPPaintSelector *psel, GtkWidget *active)
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(psel->gradient), (active == psel->gradient));
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(psel->radial), (active == psel->radial));
#ifdef WITH_MESH
- gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(psel->radial), (active == psel->mesh));
+ gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(psel->mesh), (active == psel->mesh));
#endif
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(psel->pattern), (active == psel->pattern));
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(psel->swatch), (active == psel->swatch));