summaryrefslogtreecommitdiff
path: root/portato/gui/windows/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/windows/main.py')
-rw-r--r--portato/gui/windows/main.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py
index 26ee7f4..0eec034 100644
--- a/portato/gui/windows/main.py
+++ b/portato/gui/windows/main.py
@@ -98,7 +98,7 @@ class PackageTable:
# views
self.views = map (lambda x: self.tree.get_widget(x).get_child(),
[
- "ebuildScroll", "filesScroll",
+ "filesScroll",
"dependencyScroll", "useListScroll"
])
@@ -522,8 +522,6 @@ class MainWindow (Window):
slots.NotebookSlot(self.pkgNotebook, gtk.Widget, "Package Notebook")
# the different scrolls
- ebuildScroll = self.tree.get_widget("ebuildScroll")
- ebuildScroll.add(HighlightView(lambda p: p.get_ebuild_path(), ["gentoo", "sh"]))
def show_files (p):
try: