summaryrefslogtreecommitdiff
path: root/geneticone/gui/gui_helper.py
diff options
context:
space:
mode:
authornecoro <>2006-10-16 15:01:55 +0000
committernecoro <>2006-10-16 15:01:55 +0000
commitc9fdcf782e7ad7f54a35ab5c156cf0a2fa84ad1e (patch)
tree5177f22e11c4a851e7f6adaaf60fa2bd975c6118 /geneticone/gui/gui_helper.py
parente721b6e30776a75fe80a297572054cccc7962c07 (diff)
downloadportato-c9fdcf782e7ad7f54a35ab5c156cf0a2fa84ad1e.tar.gz
portato-c9fdcf782e7ad7f54a35ab5c156cf0a2fa84ad1e.tar.bz2
portato-c9fdcf782e7ad7f54a35ab5c156cf0a2fa84ad1e.zip
Introduced watch_cursor decorator
Diffstat (limited to 'geneticone/gui/gui_helper.py')
-rw-r--r--geneticone/gui/gui_helper.py8
1 files changed, 4 insertions, 4 deletions
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"""