From d91ed5c9183c2c76545eeaee7d61c7326e262950 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 15 May 2009 18:00:26 +0200 Subject: Get rid of wrapper.py and GtkConsole --- portato/gui/windows/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'portato/gui/windows') diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 9ca7277..10e475a 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -15,6 +15,7 @@ from __future__ import absolute_import, with_statement # gtk stuff import gtk import gobject +import vte # other import os @@ -35,10 +36,9 @@ from ... import plugin from .. import slots # more GUI stuff -from ..utils import Config, GtkThread, get_color +from ..utils import Config, GtkThread, GtkTree, get_color from ..queue import EmergeQueue from ..session import SESSION_VERSION, SessionException, OldSessionException, NewSessionException -from ..wrapper import GtkTree, GtkConsole from ..views import LogView, HighlightView, InstalledOnlyView, LazyStoreView from ..dialogs import (blocked_dialog, changed_flags_dialog, io_ex_dialog, nothing_found_dialog, queue_not_empty_dialog, remove_deps_dialog, @@ -503,7 +503,7 @@ class MainWindow (Window): self.build_queue_list() # the terminal - self.console = GtkConsole() + self.console = vte.Terminal() self.termHB = self.tree.get_widget("termHB") self.build_terminal() -- cgit v1.2.3-70-g09d2