summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-03-08 05:43:54 +0000
committerJon A. Cruz <jon@joncruz.org>2010-03-08 05:43:54 +0000
commit8f648299359e469fa96a6bd5678ab8856ccdcafe (patch)
tree3e18462ce401f2cc4d6ecc9635abda74fd86ad18
parentCleanup of gradient-selector to allow for new mode. (diff)
downloadinkscape-8f648299359e469fa96a6bd5678ab8856ccdcafe.tar.gz
inkscape-8f648299359e469fa96a6bd5678ab8856ccdcafe.zip
Follow-up fix of member/parameter name collision.
(bzr r9165)
Diffstat (limited to '')
-rw-r--r--src/widgets/gradient-selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-selector.cpp b/src/widgets/gradient-selector.cpp
index 1a98c68dc..ada9b2f09 100644
--- a/src/widgets/gradient-selector.cpp
+++ b/src/widgets/gradient-selector.cpp
@@ -222,7 +222,7 @@ void SPGradientSelector::setSpread(SPGradientSpread spread)
{
gradientSpread = spread;
- gtk_option_menu_set_history(GTK_OPTION_MENU(spread), gradientSpread);
+ gtk_option_menu_set_history(GTK_OPTION_MENU(this->spread), gradientSpread);
}
SPGradientUnits SPGradientSelector::getUnits()