[devconsole] - XO interface expose event fixes

This commit is contained in:
Eduardo Silva
2007-01-09 11:43:21 -03:00
parent 1bb37c34de
commit fe9642586e
2 changed files with 38 additions and 52 deletions
@@ -46,7 +46,7 @@ class Terminal(gtk.HBox):
self._vte.connect("child-exited", lambda term: term.fork_command())
self._vte.fork_command()
def _configure_vte(self):
conf = ConfigParser.ConfigParser()
@@ -134,7 +134,7 @@ class Terminal(gtk.HBox):
self._vte.set_visible_bell(visible_bell)
conf.write(open(conf_file, 'w'))
def on_gconf_notification(self, client, cnxn_id, entry, what):
self.reconfigure_vte()