This is an ugly, ugly method to be adding, but it's probably necessary, sadly

This commit is contained in:
Chris Jones 2010-06-15 14:54:43 +01:00
parent e753470633
commit 6cdd57c67c
1 changed files with 4 additions and 0 deletions

View File

@ -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)