collect the flags, although i think they are a red herring

This commit is contained in:
Chris Jones 2009-01-27 18:26:42 +00:00
parent cb802ca85e
commit 8a4d3fb5de
1 changed files with 2 additions and 0 deletions

View File

@ -245,7 +245,9 @@ class TerminatorTerm (gtk.VBox):
while gtk.events_pending ():
dbg ('WEIRD: Running a main loop iteration. 1')
gtk.main_iteration ()
dbg ('WEIRD: Flags before calling reconfigure_vte: %s' % self._vte.flags ())
self.reconfigure_vte ()
dbg ('WEIRD: Flags after calling reconfigure_vte: %s' % self._vte.flags ())
def openurl (self, url):
dbg ('openurl: viewing %s'%url)