whitespace fail, also ignore pyc files

This commit is contained in:
Chris Jones 2008-05-21 00:10:54 +01:00
parent 8d1209ac0d
commit 2c970a7aec
2 changed files with 2 additions and 1 deletions

1
.bzrignore Normal file
View File

@ -0,0 +1 @@
*.pyc

View File

@ -212,7 +212,7 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore):
value = None value = None
dbg (' VSGConf: preparing: %s/%s'%(self.profile, key)) dbg (' VSGConf: preparing: %s/%s'%(self.profile, key))
# FIXME: Ugly special cases we should look to fix in some other way. # 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') value = self.client.get ('/desktop/gnome/interface/monospace_font_name')