From 6d9340ebbb5b942b0996053b0479827c1cf81b5a Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sat, 7 Jul 2007 08:50:33 +0000 Subject: some more documentation --- portato/gui/gtk/windows.py | 2 +- portato/gui/gui_helper.py | 4 ++-- portato/gui/qt/windows.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'portato/gui') diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py index 7e4dab2..3ce8ae2 100644 --- a/portato/gui/gtk/windows.py +++ b/portato/gui/gtk/windows.py @@ -750,7 +750,7 @@ class PackageTable: return True def cb_package_ebuild_clicked(self, button): - hook = plugin.hook("open_ebuild", self.actual_package(), self.window) + hook = plugin.hook("open_ebuild", package = self.actual_package(), parent = self.window) hook(EbuildWindow)(self.window, self.actual_package()) return True diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 3c9edce..e827a22 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -477,9 +477,9 @@ class EmergeQueue: """Calls emerge and updates the terminal. @param options: options to send to emerge - @type options: list + @type options: string[] @param packages: packages to emerge - @type packages: list + @type packages: string[] @param it: Iterators which point to these entries whose children will be removed after completion. @type it: Iterator[] @param command: the command to execute - default is "/usr/bin/python /usr/bin/emerge" 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): -- cgit v1.2.3-70-g09d2 4d3d65f01f2'/>
path: root/i18n/messages.pot (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-12Updated polish translationTomasz Osiński1-644/+680
2009-08-12Updated catalan translationRoger Calvó1-643/+676
2009-08-11Sync portage and the DB after emerge syncRené 'Necoro' Neumann1-0/+9
2009-08-11Do not show masking label, if the package is not in system anymoreRené 'Necoro' Neumann1-2/+2
2009-08-11Update turkish translationGürkan Gür1-640/+676
2009-08-11Fix handling of slots in /etc/portage/*René 'Necoro' Neumann2-2/+4
2009-08-11Fix package detailsRené 'Necoro' Neumann1-1/+1
2009-08-11Fix GPytage pluginRené 'Necoro' Neumann1-2/+2
2009-08-11Update translationRené 'Necoro' Neumann2-1112/+1120
2009-08-11Update changelogRené 'Necoro' Neumann1-0/+1
2009-08-10Fixed pt_BR translationAlberto Federman Neto1-2/+5
2009-08-10Add credits for translationRené 'Necoro' Neumann2-0/+2