diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-18 15:55:55 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-18 15:55:55 +0000 |
commit | bc2f25ad21d06a990092252bcdfa1801c4956339 (patch) | |
tree | 0e914f4c6489d3c086840eb4521f2999f65b9734 | |
parent | 06d49be2189c5f7e3f91fdcc3906f1a2fc7cb111 (diff) | |
download | rpmdrake-bc2f25ad21d06a990092252bcdfa1801c4956339.tar rpmdrake-bc2f25ad21d06a990092252bcdfa1801c4956339.tar.gz rpmdrake-bc2f25ad21d06a990092252bcdfa1801c4956339.tar.bz2 rpmdrake-bc2f25ad21d06a990092252bcdfa1801c4956339.tar.xz rpmdrake-bc2f25ad21d06a990092252bcdfa1801c4956339.zip |
Don't show the 'View' menu for now
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1116,7 +1116,7 @@ Is it ok to continue?", $options->{rebuild_tree}->(); }, undef, '<StockItem>', 'gtk-default' ], [ N("/_File") . N("/_Quit"), undef, sub { Gtk2->main_quit }, undef, '<StockItem>', 'gtk-default' ], - [ N("/_View"), undef, undef, undef, '<Branch>' ], + #[ N("/_View"), undef, undef, undef, '<Branch>' ], if_(!$>, [ N("/_Options"), undef, undef, undef, '<Branch>' ], [ N("/_Options") . N("/_Show automatically selected packages"), undef, sub { |