Removing Call to Deprecated vte_set_background_transparent()

For some reason this has recently been causing rigo not to start
in my system, but the fact that it is already deprecated should
be enough to just get rid of it.
This commit is contained in:
David E. Narváez
2013-10-09 09:31:19 -04:00
parent 0b7423a7fd
commit cc0346bb22

View File

@@ -174,7 +174,6 @@ class TerminalWidget(Vte.Terminal):
self.set_color_bold_rgba(fg_rgba)
def _configure(self):
self.set_background_transparent(False)
self.set_emulation("xterm")
self.set_font_from_string("Monospace 9")
self.set_scrollback_lines(10000)