From c9fdcf782e7ad7f54a35ab5c156cf0a2fa84ad1e Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 16 Oct 2006 15:01:55 +0000 Subject: Introduced watch_cursor decorator --- geneticone/gui/gui_helper.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'geneticone/gui/gui_helper.py') diff --git a/geneticone/gui/gui_helper.py b/geneticone/gui/gui_helper.py index 5540570..cb32417 100644 --- a/geneticone/gui/gui_helper.py +++ b/geneticone/gui/gui_helper.py @@ -343,7 +343,7 @@ class EmergeQueue: @param oneshot: True if this package should not be added to the world-file. @type oneshot: boolean @param options: additional options to get showed in tree - @param options: string[] + @type options: string[] @raises geneticone.backend.PackageNotFoundException: if trying to add a package which does not exist""" @@ -387,7 +387,7 @@ class EmergeQueue: @param cpv: cpv to add @type cpv: string (cpv) - @param onehost: True if this package should not be added to the world-file. + @param oneshot: True if this package should not be added to the world-file. @type oneshot: boolean @returns: options set @@ -516,8 +516,8 @@ class EmergeQueue: def remove_with_children (self, it, removeNewFlags = True): """Convenience function which removes all children of an iterator and than the iterator itself. - @param parentIt: The iter which to remove. - @type parentIt: gtk.TreeIter + @param it: The iter which to remove. + @type it: gtk.TreeIter @param removeNewFlags: True if new flags should be removed; False otherwise. Default: True. @type removeNewFlags: boolean""" -- cgit v1.2.3-70-g09d2