From 8a4d3fb5dee27b6f60bfd68f23230b3138c1cc8a Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 27 Jan 2009 18:26:42 +0000 Subject: [PATCH] collect the flags, although i think they are a red herring --- terminatorlib/terminatorterm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index fe36cff8..7bc852f0 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -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)