diff --git a/terminatorconfig.py b/terminatorconfig.py index c5f54d1f..b2584235 100755 --- a/terminatorconfig.py +++ b/terminatorconfig.py @@ -201,7 +201,7 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore): dbg (' VSGConf: preparing: %s/%s'%(self.profile, key)) # FIXME: Ugly special cases we should look to fix in some other way. - if key == 'font' and self.use_system_font:: + if key == 'font' and self.use_system_font: value = self.client.get ('/desktop/gnome/interface/monospace_font_name') elif key == 'focus': value = self.client.get ('/apps/metacity/general/focus_mode')