Remove TODO for previous commit.

This commit is contained in:
Andrew Felske 2010-04-02 01:46:46 +00:00
parent 7768db9081
commit c77a23a032
1 changed files with 0 additions and 2 deletions

View File

@ -550,8 +550,6 @@ class PrefsEditor:
def on_darken_background_scale_change_value(self, widget, scroll, value):
"""Background darkness setting changed"""
# FIXME: 'value' is a float with way too much precision. Round it off
# to 1 significant digit, e.g. 0.9 not 0.89989888413241345
self.config['background_darkness'] = round(value, 2)
self.config.save()