oops, typo

This commit is contained in:
Chris Jones 2008-04-07 23:28:11 +01:00
parent e9b5a3dfb4
commit 881d9e9d0d
1 changed files with 1 additions and 1 deletions

View File

@ -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')