bleh, helps if you actually keep track of what's happening
This commit is contained in:
parent
c190287d6c
commit
cb802ca85e
|
@ -752,6 +752,7 @@ class Terminator:
|
|||
|
||||
# Make sure we are actually ready to do this
|
||||
while gtk.events_pending ():
|
||||
dbg ('WEIRD: Running a main loop iteration. 2')
|
||||
gtk.main_iteration ()
|
||||
|
||||
# create a new terminal and parent pane.
|
||||
|
@ -769,6 +770,7 @@ class Terminator:
|
|||
|
||||
# Make sure we are actually ready to return
|
||||
while gtk.events_pending ():
|
||||
dbg ('WEIRD: Running a main loop iteration. 3')
|
||||
gtk.main_iteration ()
|
||||
|
||||
return
|
||||
|
|
|
@ -243,6 +243,7 @@ class TerminatorTerm (gtk.VBox):
|
|||
os.putenv ('COLORTERM', 'gnome-terminal')
|
||||
dbg ('SEGBUG: TerminatorTerm __init__ complete')
|
||||
while gtk.events_pending ():
|
||||
dbg ('WEIRD: Running a main loop iteration. 1')
|
||||
gtk.main_iteration ()
|
||||
self.reconfigure_vte ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue