magnifier: 'color-saturation' is a double not a boolean

This commit is contained in:
Alejandro Piñeiro 2012-07-24 18:47:54 +02:00
parent b479eec758
commit ec78dd60fc

View File

@ -602,7 +602,7 @@ const Magnifier = new Lang.Class({
// Applies only to the first zoom region.
if (this._zoomRegions.length) {
this._zoomRegions[0].setColorSaturation(
this._settings.get_boolean(COLOR_SATURATION_KEY)
this._settings.get_double(COLOR_SATURATION_KEY)
);
}
},