This is an ugly, ugly method to be adding, but it's probably necessary, sadly
This commit is contained in:
parent
e753470633
commit
6cdd57c67c
|
@ -159,6 +159,10 @@ class Terminal(gtk.VBox):
|
|||
if self.config['http_proxy'] and self.config['http_proxy'] != '':
|
||||
os.putenv('http_proxy', self.config['http_proxy'])
|
||||
|
||||
def get_vte(self):
|
||||
"""This simply returns the vte widget we are using"""
|
||||
return(self.vte)
|
||||
|
||||
def force_set_profile(self, widget, profile):
|
||||
"""Forcibly set our profile"""
|
||||
self.set_profile(widget, profile, True)
|
||||
|
|
Loading…
Reference in New Issue