watch the system monospace font setting. Fixes LP #197960

This commit is contained in:
Chris Jones 2008-04-08 00:12:22 +01:00
parent 5f5d01a003
commit c5401d7d4b
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,8 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore):
self.client.add_dir ('/apps/metacity/general', gconf.CLIENT_PRELOAD_RECURSIVE)
self.client.notify_add ('/apps/metacity/general/focus_mode', self.on_gconf_notify)
self.client.add_dir ('/desktop/gnome/interface', gconf.CLIENT_PRELOAD_RECURSIVE)
self.client.notify_add ('/desktop/gnome/interface/monospace_font_name', self.on_gconf_notify)
# FIXME: Do we need to watch more non-profile stuff here?
def set_reconfigure_callback (self, function):