[gnome-shell] magnifier: 'color-saturation' is a double not a boolean



commit ec78dd60fc6e62bc3492dbaecc98ba4f08a70934
Author: Alejandro PiÃeiro <apinheiro igalia com>
Date:   Tue Jul 24 18:47:54 2012 +0200

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

 js/ui/magnifier.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/magnifier.js b/js/ui/magnifier.js
index b58af2d..a3813c3 100644
--- a/js/ui/magnifier.js
+++ b/js/ui/magnifier.js
@@ -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)
             );
         }
     },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]