diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-17 17:34:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-17 17:34:05 +0000 |
commit | 36bfbc5b439cfc2447b995d9095de9e08335f9b2 (patch) | |
tree | 278bcedbd0c57b069dbd9117409fe85b300c122f /Rpmdrake/gui.pm | |
parent | 88b3a6f1b08ec97bb753d2d944e3d5ba05ac141b (diff) | |
download | rpmdrake-36bfbc5b439cfc2447b995d9095de9e08335f9b2.tar rpmdrake-36bfbc5b439cfc2447b995d9095de9e08335f9b2.tar.gz rpmdrake-36bfbc5b439cfc2447b995d9095de9e08335f9b2.tar.bz2 rpmdrake-36bfbc5b439cfc2447b995d9095de9e08335f9b2.tar.xz rpmdrake-36bfbc5b439cfc2447b995d9095de9e08335f9b2.zip |
fix a comment for mandriva_choice death
Diffstat (limited to 'Rpmdrake/gui.pm')
-rw-r--r-- | Rpmdrake/gui.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm index 2f35c9ae..a4bfc70b 100644 --- a/Rpmdrake/gui.pm +++ b/Rpmdrake/gui.pm @@ -372,7 +372,7 @@ sub toggle_all { # o "tree_model" is the associated model of "tree" # o "status" references a Label # - some methods: get_info, node_state, build_tree, partialsel_unsel, grep_unselected, rebuild_tree, toggle_nodes, get_status -# - "tree_submode": the default mode (by group, mandriva choice), ... +# - "tree_submode": the default mode (by group, ...), ... # - "state": a hash of misc flags: => { flat => '0' }, # o "flat": is the tree flat or not # - "tree_mode": mode of the tree ("gui_pkgs", "by_group", ...) (mainly used by rpmdrake) |