From 881d9e9d0d32fc7dc99d0cb8700b3c048b1ff9a4 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 7 Apr 2008 23:28:11 +0100 Subject: [PATCH] oops, typo --- terminatorconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')