summaryrefslogtreecommitdiff
path: root/portato/gui/windows
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-07-05 03:01:29 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-07-05 03:01:29 +0200
commit69c297fe956f174af2525ea94c07a17833674548 (patch)
tree42fa3697ad9a470eb62300a6bb43236a1dabcb6a /portato/gui/windows
parent07201291ae3a145e4b7c66253370b2acd9206db1 (diff)
downloadportato-69c297fe956f174af2525ea94c07a17833674548.tar.gz
portato-69c297fe956f174af2525ea94c07a17833674548.tar.bz2
portato-69c297fe956f174af2525ea94c07a17833674548.zip
Also ported EbuildDetail
Diffstat (limited to 'portato/gui/windows')
-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: