whitespace fail, also ignore pyc files
This commit is contained in:
parent
8d1209ac0d
commit
2c970a7aec
|
@ -0,0 +1 @@
|
||||||
|
*.pyc
|
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue