collect the flags, although i think they are a red herring
This commit is contained in:
parent
cb802ca85e
commit
8a4d3fb5de
|
@ -245,7 +245,9 @@ class TerminatorTerm (gtk.VBox):
|
||||||
while gtk.events_pending ():
|
while gtk.events_pending ():
|
||||||
dbg ('WEIRD: Running a main loop iteration. 1')
|
dbg ('WEIRD: Running a main loop iteration. 1')
|
||||||
gtk.main_iteration ()
|
gtk.main_iteration ()
|
||||||
|
dbg ('WEIRD: Flags before calling reconfigure_vte: %s' % self._vte.flags ())
|
||||||
self.reconfigure_vte ()
|
self.reconfigure_vte ()
|
||||||
|
dbg ('WEIRD: Flags after calling reconfigure_vte: %s' % self._vte.flags ())
|
||||||
|
|
||||||
def openurl (self, url):
|
def openurl (self, url):
|
||||||
dbg ('openurl: viewing %s'%url)
|
dbg ('openurl: viewing %s'%url)
|
||||||
|
|
Loading…
Reference in New Issue