summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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()