diff options
author | necoro <> | 2007-07-07 08:50:33 +0000 |
---|---|---|
committer | necoro <> | 2007-07-07 08:50:33 +0000 |
commit | 6d9340ebbb5b942b0996053b0479827c1cf81b5a (patch) | |
tree | c7099063b564511a37b63f07a03a2fbb4217201f /portato/gui/qt/windows.py | |
parent | 91225d6ff5bc70cd76d0cf54f35a1cf6186b538b (diff) | |
download | portato-6d9340ebbb5b942b0996053b0479827c1cf81b5a.tar.gz portato-6d9340ebbb5b942b0996053b0479827c1cf81b5a.tar.bz2 portato-6d9340ebbb5b942b0996053b0479827c1cf81b5a.zip |
some more documentation
Diffstat (limited to 'portato/gui/qt/windows.py')
-rw-r--r-- | portato/gui/qt/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/windows.py b/portato/gui/qt/windows.py index 7c1726e..3bd9296 100644 --- a/portato/gui/qt/windows.py +++ b/portato/gui/qt/windows.py @@ -509,7 +509,7 @@ class PackageDetails: return self.packages[self.window.versCombo.currentIndex()] def cb_ebuild_clicked (self): - hook = plugin.hook("open_ebuild", self.actual_package(), self.window) + hook = plugin.hook("open_ebuild", package = self.actual_package(), parent = self.window) hook(EbuildDialog)(self.window, self.actual_package()).exec_() def cb_emerge_clicked (self): |